Uses of Class
com.google.cloud.run.v2.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of GetServiceRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 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.cloud.run.v2 that return types with arguments of type GetServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>ServicesGrpc. getGetServiceMethod()com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesClient. getServiceCallable()Gets information about a Service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesSettings. getServiceSettings()Returns the object with the settings used for calls to getService.static com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type GetServiceRequest Modifier and Type Method Description ServiceServicesClient. getService(GetServiceRequest request)Gets information about a Service.default voidServicesGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets information about a Service.ServiceServicesGrpc.ServicesBlockingStub. getService(GetServiceRequest request)Gets information about a Service.com.google.common.util.concurrent.ListenableFuture<Service>ServicesGrpc.ServicesFutureStub. getService(GetServiceRequest request)Gets information about a Service.voidServicesGrpc.ServicesStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets information about a Service.GetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. newBuilder(GetServiceRequest prototype) -
Uses of GetServiceRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>GrpcServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>HttpJsonServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>ServicesStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>ServicesStubSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>ServicesStubSettings. getServiceSettings()Returns the object with the settings used for calls to getService.
-