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