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