Uses of Class
com.google.cloud.compute.v1.SetBackupTargetPoolRequest
-
Packages that use SetBackupTargetPoolRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of SetBackupTargetPoolRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetBackupTargetPoolRequest Modifier and Type Method Description SetBackupTargetPoolRequest
SetBackupTargetPoolRequest.Builder. build()
SetBackupTargetPoolRequest
SetBackupTargetPoolRequest.Builder. buildPartial()
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. getDefaultInstance()
SetBackupTargetPoolRequest
SetBackupTargetPoolRequest.Builder. getDefaultInstanceForType()
SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. getDefaultInstanceForType()
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseDelimitedFrom(InputStream input)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(byte[] data)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(InputStream input)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(ByteBuffer data)
static SetBackupTargetPoolRequest
SetBackupTargetPoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetBackupTargetPoolRequest Modifier and Type Method Description com.google.protobuf.Parser<SetBackupTargetPoolRequest>
SetBackupTargetPoolRequest. getParserForType()
static com.google.protobuf.Parser<SetBackupTargetPoolRequest>
SetBackupTargetPoolRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetBackupTargetPoolRequest,Operation>
TargetPoolsClient. setBackupCallable()
Changes a backup target pool's configurations.com.google.api.gax.rpc.OperationCallable<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsClient. setBackupOperationCallable()
Changes a backup target pool's configurations.com.google.api.gax.rpc.OperationCallSettings.Builder<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsSettings.Builder. setBackupOperationSettings()
Returns the builder for the settings used for calls to setBackup.com.google.api.gax.rpc.OperationCallSettings<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsSettings. setBackupOperationSettings()
Returns the object with the settings used for calls to setBackup.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolRequest,Operation>
TargetPoolsSettings.Builder. setBackupSettings()
Returns the builder for the settings used for calls to setBackup.com.google.api.gax.rpc.UnaryCallSettings<SetBackupTargetPoolRequest,Operation>
TargetPoolsSettings. setBackupSettings()
Returns the object with the settings used for calls to setBackup.Methods in com.google.cloud.compute.v1 with parameters of type SetBackupTargetPoolRequest Modifier and Type Method Description SetBackupTargetPoolRequest.Builder
SetBackupTargetPoolRequest.Builder. mergeFrom(SetBackupTargetPoolRequest other)
static SetBackupTargetPoolRequest.Builder
SetBackupTargetPoolRequest. newBuilder(SetBackupTargetPoolRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
TargetPoolsClient. setBackupAsync(SetBackupTargetPoolRequest request)
Changes a backup target pool's configurations. -
Uses of SetBackupTargetPoolRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetBackupTargetPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetBackupTargetPoolRequest,Operation>
HttpJsonTargetPoolsStub. setBackupCallable()
com.google.api.gax.rpc.UnaryCallable<SetBackupTargetPoolRequest,Operation>
TargetPoolsStub. setBackupCallable()
com.google.api.gax.rpc.OperationCallable<SetBackupTargetPoolRequest,Operation,Operation>
HttpJsonTargetPoolsStub. setBackupOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsStub. setBackupOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsStubSettings.Builder. setBackupOperationSettings()
Returns the builder for the settings used for calls to setBackup.com.google.api.gax.rpc.OperationCallSettings<SetBackupTargetPoolRequest,Operation,Operation>
TargetPoolsStubSettings. setBackupOperationSettings()
Returns the object with the settings used for calls to setBackup.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBackupTargetPoolRequest,Operation>
TargetPoolsStubSettings.Builder. setBackupSettings()
Returns the builder for the settings used for calls to setBackup.com.google.api.gax.rpc.UnaryCallSettings<SetBackupTargetPoolRequest,Operation>
TargetPoolsStubSettings. setBackupSettings()
Returns the object with the settings used for calls to setBackup.
-