Uses of Class
com.google.api.servicemanagement.v1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of GetServiceRequest in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return GetServiceRequest Modifier and Type Method Description GetServiceRequest
GetServiceRequest.Builder. build()
GetServiceRequest
GetServiceRequest.Builder. buildPartial()
static GetServiceRequest
GetServiceRequest. getDefaultInstance()
GetServiceRequest
GetServiceRequest.Builder. getDefaultInstanceForType()
GetServiceRequest
GetServiceRequest. getDefaultInstanceForType()
static GetServiceRequest
GetServiceRequest. parseDelimitedFrom(InputStream input)
static GetServiceRequest
GetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(byte[] data)
static GetServiceRequest
GetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceRequest
GetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(InputStream input)
static GetServiceRequest
GetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceRequest
GetServiceRequest. parseFrom(ByteBuffer data)
static GetServiceRequest
GetServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicemanagement.v1 that return types with arguments of type GetServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,ManagedService>
ServiceManagerGrpc. getGetServiceMethod()
com.google.protobuf.Parser<GetServiceRequest>
GetServiceRequest. getParserForType()
static com.google.protobuf.Parser<GetServiceRequest>
GetServiceRequest. parser()
Methods in com.google.api.servicemanagement.v1 with parameters of type GetServiceRequest Modifier and Type Method Description default void
ServiceManagerGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<ManagedService> responseObserver)
Gets a managed service.ManagedService
ServiceManagerGrpc.ServiceManagerBlockingStub. getService(GetServiceRequest request)
Gets a managed service.com.google.common.util.concurrent.ListenableFuture<ManagedService>
ServiceManagerGrpc.ServiceManagerFutureStub. getService(GetServiceRequest request)
Gets a managed service.void
ServiceManagerGrpc.ServiceManagerStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<ManagedService> responseObserver)
Gets a managed service.GetServiceRequest.Builder
GetServiceRequest.Builder. mergeFrom(GetServiceRequest other)
static GetServiceRequest.Builder
GetServiceRequest. newBuilder(GetServiceRequest prototype)
-
Uses of GetServiceRequest in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,ManagedService>
ServiceManagerClient. getServiceCallable()
Gets a managed service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,ManagedService>
ServiceManagerSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,ManagedService>
ServiceManagerSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type GetServiceRequest Modifier and Type Method Description ManagedService
ServiceManagerClient. getService(GetServiceRequest request)
Gets a managed service. -
Uses of GetServiceRequest in com.google.cloud.api.servicemanagement.v1.stub
Methods in com.google.cloud.api.servicemanagement.v1.stub that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,ManagedService>
GrpcServiceManagerStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,ManagedService>
HttpJsonServiceManagerStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,ManagedService>
ServiceManagerStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,ManagedService>
ServiceManagerStubSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,ManagedService>
ServiceManagerStubSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.
-