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