OrganizationsEnvironmentsTargetserversResource class
Constructors
- OrganizationsEnvironmentsTargetserversResource(ApiRequester client)
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(
GoogleCloudApigeeV1TargetServer request, String parent, {String? name, String? $fields}) → Future< GoogleCloudApigeeV1TargetServer> - Creates a TargetServer in the specified environment.
-
delete(
String name, {String? $fields}) → Future< GoogleCloudApigeeV1TargetServer> - Deletes a TargetServer from an environment.
-
get(
String name, {String? $fields}) → Future< GoogleCloudApigeeV1TargetServer> - Gets a TargetServer resource.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
GoogleCloudApigeeV1TargetServer request, String name, {String? $fields}) → Future< GoogleCloudApigeeV1TargetServer> - Updates an existing TargetServer.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited