Uses of Class
com.google.cloud.servicedirectory.v1.GetEndpointRequest
-
Packages that use GetEndpointRequest Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1.stub -
-
Uses of GetEndpointRequest in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return GetEndpointRequest Modifier and Type Method Description GetEndpointRequestGetEndpointRequest.Builder. build()GetEndpointRequestGetEndpointRequest.Builder. buildPartial()static GetEndpointRequestGetEndpointRequest. getDefaultInstance()GetEndpointRequestGetEndpointRequest.Builder. getDefaultInstanceForType()GetEndpointRequestGetEndpointRequest. getDefaultInstanceForType()static GetEndpointRequestGetEndpointRequest. parseDelimitedFrom(InputStream input)static GetEndpointRequestGetEndpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(byte[] data)static GetEndpointRequestGetEndpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.ByteString data)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(InputStream input)static GetEndpointRequestGetEndpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(ByteBuffer data)static GetEndpointRequestGetEndpointRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.servicedirectory.v1 that return types with arguments of type GetEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>RegistrationServiceClient. getEndpointCallable()Gets an endpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint>RegistrationServiceSettings.Builder. getEndpointSettings()Returns the builder for the settings used for calls to getEndpoint.com.google.api.gax.rpc.UnaryCallSettings<GetEndpointRequest,Endpoint>RegistrationServiceSettings. getEndpointSettings()Returns the object with the settings used for calls to getEndpoint.static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint>RegistrationServiceGrpc. getGetEndpointMethod()com.google.protobuf.Parser<GetEndpointRequest>GetEndpointRequest. getParserForType()static com.google.protobuf.Parser<GetEndpointRequest>GetEndpointRequest. parser()Methods in com.google.cloud.servicedirectory.v1 with parameters of type GetEndpointRequest Modifier and Type Method Description EndpointRegistrationServiceClient. getEndpoint(GetEndpointRequest request)Gets an endpoint.default voidRegistrationServiceGrpc.AsyncService. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Gets an endpoint.EndpointRegistrationServiceGrpc.RegistrationServiceBlockingStub. getEndpoint(GetEndpointRequest request)Gets an endpoint.com.google.common.util.concurrent.ListenableFuture<Endpoint>RegistrationServiceGrpc.RegistrationServiceFutureStub. getEndpoint(GetEndpointRequest request)Gets an endpoint.voidRegistrationServiceGrpc.RegistrationServiceStub. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Gets an endpoint.GetEndpointRequest.BuilderGetEndpointRequest.Builder. mergeFrom(GetEndpointRequest other)static GetEndpointRequest.BuilderGetEndpointRequest. newBuilder(GetEndpointRequest prototype) -
Uses of GetEndpointRequest in com.google.cloud.servicedirectory.v1.stub
Methods in com.google.cloud.servicedirectory.v1.stub that return types with arguments of type GetEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>GrpcRegistrationServiceStub. getEndpointCallable()com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>HttpJsonRegistrationServiceStub. getEndpointCallable()com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>RegistrationServiceStub. getEndpointCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint>RegistrationServiceStubSettings.Builder. getEndpointSettings()Returns the builder for the settings used for calls to getEndpoint.com.google.api.gax.rpc.UnaryCallSettings<GetEndpointRequest,Endpoint>RegistrationServiceStubSettings. getEndpointSettings()Returns the object with the settings used for calls to getEndpoint.
-