OrganizationsSitesApidocsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudApigeeV1ApiDoc request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiDocResponse>
-
Creates a new catalog item.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DeleteResponse>
-
Deletes a catalog item.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiDocResponse>
-
Gets a catalog item.
-
getDocumentation(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiDocDocumentationResponse>
-
Gets the documentation for the specified catalog item.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApigeeV1ListApiDocsResponse>
-
Returns the catalog items associated with a portal.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1ApiDoc request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiDocResponse>
-
Updates a catalog item.
-
updateDocumentation(GoogleCloudApigeeV1ApiDocDocumentation request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiDocDocumentationResponse>
-
Updates the documentation for the specified catalog item.