Uses of Class
com.google.cloud.compute.v1.PatchBackendBucketRequest
-
Packages that use PatchBackendBucketRequest 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 PatchBackendBucketRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return PatchBackendBucketRequest Modifier and Type Method Description PatchBackendBucketRequest
PatchBackendBucketRequest.Builder. build()
PatchBackendBucketRequest
PatchBackendBucketRequest.Builder. buildPartial()
static PatchBackendBucketRequest
PatchBackendBucketRequest. getDefaultInstance()
PatchBackendBucketRequest
PatchBackendBucketRequest.Builder. getDefaultInstanceForType()
PatchBackendBucketRequest
PatchBackendBucketRequest. getDefaultInstanceForType()
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseDelimitedFrom(InputStream input)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(byte[] data)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(com.google.protobuf.ByteString data)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(InputStream input)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(ByteBuffer data)
static PatchBackendBucketRequest
PatchBackendBucketRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type PatchBackendBucketRequest Modifier and Type Method Description com.google.protobuf.Parser<PatchBackendBucketRequest>
PatchBackendBucketRequest. getParserForType()
static com.google.protobuf.Parser<PatchBackendBucketRequest>
PatchBackendBucketRequest. parser()
com.google.api.gax.rpc.UnaryCallable<PatchBackendBucketRequest,Operation>
BackendBucketsClient. patchCallable()
Updates the specified BackendBucket resource with the data included in the request.com.google.api.gax.rpc.OperationCallable<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsClient. patchOperationCallable()
Updates the specified BackendBucket resource with the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsSettings.Builder. patchOperationSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.OperationCallSettings<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsSettings. patchOperationSettings()
Returns the object with the settings used for calls to patch.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchBackendBucketRequest,Operation>
BackendBucketsSettings.Builder. patchSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.UnaryCallSettings<PatchBackendBucketRequest,Operation>
BackendBucketsSettings. patchSettings()
Returns the object with the settings used for calls to patch.Methods in com.google.cloud.compute.v1 with parameters of type PatchBackendBucketRequest Modifier and Type Method Description PatchBackendBucketRequest.Builder
PatchBackendBucketRequest.Builder. mergeFrom(PatchBackendBucketRequest other)
static PatchBackendBucketRequest.Builder
PatchBackendBucketRequest. newBuilder(PatchBackendBucketRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
BackendBucketsClient. patchAsync(PatchBackendBucketRequest request)
Updates the specified BackendBucket resource with the data included in the request. -
Uses of PatchBackendBucketRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type PatchBackendBucketRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PatchBackendBucketRequest,Operation>
BackendBucketsStub. patchCallable()
com.google.api.gax.rpc.UnaryCallable<PatchBackendBucketRequest,Operation>
HttpJsonBackendBucketsStub. patchCallable()
com.google.api.gax.rpc.OperationCallable<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsStub. patchOperationCallable()
com.google.api.gax.rpc.OperationCallable<PatchBackendBucketRequest,Operation,Operation>
HttpJsonBackendBucketsStub. patchOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsStubSettings.Builder. patchOperationSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.OperationCallSettings<PatchBackendBucketRequest,Operation,Operation>
BackendBucketsStubSettings. patchOperationSettings()
Returns the object with the settings used for calls to patch.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchBackendBucketRequest,Operation>
BackendBucketsStubSettings.Builder. patchSettings()
Returns the builder for the settings used for calls to patch.com.google.api.gax.rpc.UnaryCallSettings<PatchBackendBucketRequest,Operation>
BackendBucketsStubSettings. patchSettings()
Returns the object with the settings used for calls to patch.
-