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