Uses of Class
com.google.cloud.orchestration.airflow.service.v1.SaveSnapshotResponse
-
Packages that use SaveSnapshotResponse Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer APIcom.google.cloud.orchestration.airflow.service.v1.stub -
-
Uses of SaveSnapshotResponse in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return SaveSnapshotResponse Modifier and Type Method Description SaveSnapshotResponse
SaveSnapshotResponse.Builder. build()
SaveSnapshotResponse
SaveSnapshotResponse.Builder. buildPartial()
static SaveSnapshotResponse
SaveSnapshotResponse. getDefaultInstance()
SaveSnapshotResponse
SaveSnapshotResponse.Builder. getDefaultInstanceForType()
SaveSnapshotResponse
SaveSnapshotResponse. getDefaultInstanceForType()
static SaveSnapshotResponse
SaveSnapshotResponse. parseDelimitedFrom(InputStream input)
static SaveSnapshotResponse
SaveSnapshotResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(byte[] data)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(com.google.protobuf.ByteString data)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(InputStream input)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(ByteBuffer data)
static SaveSnapshotResponse
SaveSnapshotResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type SaveSnapshotResponse Modifier and Type Method Description com.google.protobuf.Parser<SaveSnapshotResponse>
SaveSnapshotResponse. getParserForType()
static com.google.protobuf.Parser<SaveSnapshotResponse>
SaveSnapshotResponse. parser()
com.google.api.gax.longrunning.OperationFuture<SaveSnapshotResponse,OperationMetadata>
EnvironmentsClient. saveSnapshotAsync(SaveSnapshotRequest request)
Creates a snapshots of a Cloud Composer environment.com.google.api.gax.rpc.OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsClient. saveSnapshotOperationCallable()
Creates a snapshots of a Cloud Composer environment.com.google.api.gax.rpc.OperationCallSettings.Builder<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsSettings.Builder. saveSnapshotOperationSettings()
Returns the builder for the settings used for calls to saveSnapshot.com.google.api.gax.rpc.OperationCallSettings<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsSettings. saveSnapshotOperationSettings()
Returns the object with the settings used for calls to saveSnapshot.Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type SaveSnapshotResponse Modifier and Type Method Description SaveSnapshotResponse.Builder
SaveSnapshotResponse.Builder. mergeFrom(SaveSnapshotResponse other)
static SaveSnapshotResponse.Builder
SaveSnapshotResponse. newBuilder(SaveSnapshotResponse prototype)
-
Uses of SaveSnapshotResponse in com.google.cloud.orchestration.airflow.service.v1.stub
Methods in com.google.cloud.orchestration.airflow.service.v1.stub that return types with arguments of type SaveSnapshotResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsStub. saveSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
GrpcEnvironmentsStub. saveSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
HttpJsonEnvironmentsStub. saveSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsStubSettings.Builder. saveSnapshotOperationSettings()
Returns the builder for the settings used for calls to saveSnapshot.com.google.api.gax.rpc.OperationCallSettings<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
EnvironmentsStubSettings. saveSnapshotOperationSettings()
Returns the object with the settings used for calls to saveSnapshot.
-