Uses of Class
com.google.api.serviceusage.v1beta1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage APIcom.google.api.serviceusage.v1beta1.stub -
-
Uses of GetServiceRequest in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 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.v1beta1 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()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageSettings.Builder. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageSettings. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.static com.google.protobuf.Parser<GetServiceRequest>
GetServiceRequest. parser()
Methods in com.google.api.serviceusage.v1beta1 with parameters of type GetServiceRequest Modifier and Type Method Description Service
ServiceUsageClient. getService(GetServiceRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.default void
ServiceUsageGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Deprecated.Service
ServiceUsageGrpc.ServiceUsageBlockingStub. getService(GetServiceRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<Service>
ServiceUsageGrpc.ServiceUsageFutureStub. getService(GetServiceRequest request)
Deprecated.void
ServiceUsageGrpc.ServiceUsageStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Deprecated.GetServiceRequest.Builder
GetServiceRequest.Builder. mergeFrom(GetServiceRequest other)
static GetServiceRequest.Builder
GetServiceRequest. newBuilder(GetServiceRequest prototype)
-
Uses of GetServiceRequest in com.google.api.serviceusage.v1beta1.stub
Methods in com.google.api.serviceusage.v1beta1.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()
Deprecated.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>
ServiceUsageStubSettings.Builder. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>
ServiceUsageStubSettings. getServiceSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.
-