Uses of Class
com.google.cloud.servicedirectory.v1beta1.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.google.cloud.servicedirectory.v1beta1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1beta1.stub -
-
Uses of GetServiceRequest in com.google.cloud.servicedirectory.v1beta1
Methods in com.google.cloud.servicedirectory.v1beta1 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.servicedirectory.v1beta1 that return types with arguments of type GetServiceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceRequest,Service>RegistrationServiceGrpc. getGetServiceMethod()com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>RegistrationServiceClient. getServiceCallable()Gets a service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>RegistrationServiceSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>RegistrationServiceSettings. 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.servicedirectory.v1beta1 with parameters of type GetServiceRequest Modifier and Type Method Description ServiceRegistrationServiceClient. getService(GetServiceRequest request)Gets a service.default voidRegistrationServiceGrpc.AsyncService. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets a service.ServiceRegistrationServiceGrpc.RegistrationServiceBlockingStub. getService(GetServiceRequest request)Gets a service.com.google.common.util.concurrent.ListenableFuture<Service>RegistrationServiceGrpc.RegistrationServiceFutureStub. getService(GetServiceRequest request)Gets a service.voidRegistrationServiceGrpc.RegistrationServiceStub. getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Gets a service.GetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. newBuilder(GetServiceRequest prototype) -
Uses of GetServiceRequest in com.google.cloud.servicedirectory.v1beta1.stub
Methods in com.google.cloud.servicedirectory.v1beta1.stub that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>GrpcRegistrationServiceStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>HttpJsonRegistrationServiceStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceRequest,Service>RegistrationServiceStub. getServiceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceRequest,Service>RegistrationServiceStubSettings.Builder. getServiceSettings()Returns the builder for the settings used for calls to getService.com.google.api.gax.rpc.UnaryCallSettings<GetServiceRequest,Service>RegistrationServiceStubSettings. getServiceSettings()Returns the object with the settings used for calls to getService.
-