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 UpdateNamespaceRequestUpdateNamespaceRequest.Builder. build()UpdateNamespaceRequestUpdateNamespaceRequest.Builder. buildPartial()static UpdateNamespaceRequestUpdateNamespaceRequest. getDefaultInstance()UpdateNamespaceRequestUpdateNamespaceRequest.Builder. getDefaultInstanceForType()UpdateNamespaceRequestUpdateNamespaceRequest. getDefaultInstanceForType()static UpdateNamespaceRequestUpdateNamespaceRequest. parseDelimitedFrom(InputStream input)static UpdateNamespaceRequestUpdateNamespaceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(byte[] data)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(InputStream input)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNamespaceRequestUpdateNamespaceRequest. parseFrom(ByteBuffer data)static UpdateNamespaceRequestUpdateNamespaceRequest. 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.BuilderUpdateNamespaceRequest.Builder. mergeFrom(UpdateNamespaceRequest other)static UpdateNamespaceRequest.BuilderUpdateNamespaceRequest. newBuilder(UpdateNamespaceRequest prototype)NamespaceRegistrationServiceClient. updateNamespace(UpdateNamespaceRequest request)Updates a namespace.default voidRegistrationServiceGrpc.AsyncService. updateNamespace(UpdateNamespaceRequest request, io.grpc.stub.StreamObserver<Namespace> responseObserver)Updates a namespace.NamespaceRegistrationServiceGrpc.RegistrationServiceBlockingStub. updateNamespace(UpdateNamespaceRequest request)Updates a namespace.com.google.common.util.concurrent.ListenableFuture<Namespace>RegistrationServiceGrpc.RegistrationServiceFutureStub. updateNamespace(UpdateNamespaceRequest request)Updates a namespace.voidRegistrationServiceGrpc.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.
-