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