EnvironmentsServiceBase class abstract

Constructors

EnvironmentsServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createEnvironment(ServiceCall call, CreateEnvironmentRequest request) Future<Operation>
createEnvironment_Pre(ServiceCall call, Future<CreateEnvironmentRequest> request) Future<Operation>
deleteEnvironment(ServiceCall call, DeleteEnvironmentRequest request) Future<Empty>
deleteEnvironment_Pre(ServiceCall call, Future<DeleteEnvironmentRequest> request) Future<Empty>
getEnvironment(ServiceCall call, GetEnvironmentRequest request) Future<Environment>
getEnvironment_Pre(ServiceCall call, Future<GetEnvironmentRequest> request) Future<Environment>
listEnvironments(ServiceCall call, ListEnvironmentsRequest request) Future<ListEnvironmentsResponse>
listEnvironments_Pre(ServiceCall call, Future<ListEnvironmentsRequest> request) Future<ListEnvironmentsResponse>
lookupEnvironmentHistory(ServiceCall call, LookupEnvironmentHistoryRequest request) Future<LookupEnvironmentHistoryResponse>
lookupEnvironmentHistory_Pre(ServiceCall call, Future<LookupEnvironmentHistoryRequest> request) Future<LookupEnvironmentHistoryResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEnvironment(ServiceCall call, UpdateEnvironmentRequest request) Future<Operation>
updateEnvironment_Pre(ServiceCall call, Future<UpdateEnvironmentRequest> request) Future<Operation>

Operators

operator ==(Object other) bool
The equality operator.
inherited