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