Uses of Class
com.google.api.serviceusage.v1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of GetServiceRequest in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.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.serviceusage.v1 that return types with arguments of type GetServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>
ServiceUsageGrpc. getGetServiceMethod()
com.google.protobuf.Parser<GetServiceRequest>
GetServiceRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
ServiceUsageClient. getServiceCallable()
Returns the service configuration and enabled state for a given service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.static com.google.protobuf.Parser<GetServiceRequest>
GetServiceRequest. parser()
Methods in com.google.api.serviceusage.v1 with parameters of type GetServiceRequest Modifier and Type Method Description Service
ServiceUsageClient. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.default void
ServiceUsageGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Returns the service configuration and enabled state for a given service.Service
ServiceUsageGrpc.ServiceUsageBlockingStub. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.com.google.common.util.concurrent.ListenableFuture<Service>
ServiceUsageGrpc.ServiceUsageFutureStub. getService(GetServiceRequest request)
Returns the service configuration and enabled state for a given service.void
ServiceUsageGrpc.ServiceUsageStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Returns the service configuration and enabled state for a given service.GetServiceRequest.Builder
GetServiceRequest.Builder. mergeFrom(GetServiceRequest other)
static GetServiceRequest.Builder
GetServiceRequest. newBuilder(GetServiceRequest prototype)
-
Uses of GetServiceRequest in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
GrpcServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
HttpJsonServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>
ServiceUsageStub. getServiceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageStubSettings.Builder. getServiceSettings()
Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageStubSettings. getServiceSettings()
Returns the object with the settings used for calls to getService.
-