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 GetBackendServiceRequestGetBackendServiceRequest.Builder. build()GetBackendServiceRequestGetBackendServiceRequest.Builder. buildPartial()static GetBackendServiceRequestGetBackendServiceRequest. getDefaultInstance()GetBackendServiceRequestGetBackendServiceRequest.Builder. getDefaultInstanceForType()GetBackendServiceRequestGetBackendServiceRequest. getDefaultInstanceForType()static GetBackendServiceRequestGetBackendServiceRequest. parseDelimitedFrom(InputStream input)static GetBackendServiceRequestGetBackendServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(byte[] data)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(InputStream input)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackendServiceRequestGetBackendServiceRequest. parseFrom(ByteBuffer data)static GetBackendServiceRequestGetBackendServiceRequest. 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 BackendServiceBackendServicesClient. get(GetBackendServiceRequest request)Returns the specified BackendService resource.GetBackendServiceRequest.BuilderGetBackendServiceRequest.Builder. mergeFrom(GetBackendServiceRequest other)static GetBackendServiceRequest.BuilderGetBackendServiceRequest. 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.
-