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 GetServiceRequestGetServiceRequest.Builder. build()GetServiceRequestGetServiceRequest.Builder. buildPartial()static GetServiceRequestGetServiceRequest. getDefaultInstance()GetServiceRequestGetServiceRequest.Builder. getDefaultInstanceForType()GetServiceRequestGetServiceRequest. getDefaultInstanceForType()static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data)static GetServiceRequestGetServiceRequest. 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 ServiceServiceUsageClient. getService(GetServiceRequest request)Returns the service configuration and enabled state for a given service.default voidServiceUsageGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Returns the service configuration and enabled state for a given service.ServiceServiceUsageGrpc.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.voidServiceUsageGrpc.ServiceUsageStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Returns the service configuration and enabled state for a given service.GetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. 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.
-