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 CreateNamespaceRequest
CreateNamespaceRequest.Builder. build()
CreateNamespaceRequest
CreateNamespaceRequest.Builder. buildPartial()
static CreateNamespaceRequest
CreateNamespaceRequest. getDefaultInstance()
CreateNamespaceRequest
CreateNamespaceRequest.Builder. getDefaultInstanceForType()
CreateNamespaceRequest
CreateNamespaceRequest. getDefaultInstanceForType()
static CreateNamespaceRequest
CreateNamespaceRequest. parseDelimitedFrom(InputStream input)
static CreateNamespaceRequest
CreateNamespaceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(byte[] data)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(InputStream input)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNamespaceRequest
CreateNamespaceRequest. parseFrom(ByteBuffer data)
static CreateNamespaceRequest
CreateNamespaceRequest. 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 Namespace
RegistrationServiceClient. createNamespace(CreateNamespaceRequest request)
Creates a namespace, and returns the new namespace.default void
RegistrationServiceGrpc.AsyncService. createNamespace(CreateNamespaceRequest request, io.grpc.stub.StreamObserver<Namespace> responseObserver)
Creates a namespace, and returns the new namespace.Namespace
RegistrationServiceGrpc.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.void
RegistrationServiceGrpc.RegistrationServiceStub. createNamespace(CreateNamespaceRequest request, io.grpc.stub.StreamObserver<Namespace> responseObserver)
Creates a namespace, and returns the new namespace.CreateNamespaceRequest.Builder
CreateNamespaceRequest.Builder. mergeFrom(CreateNamespaceRequest other)
static CreateNamespaceRequest.Builder
CreateNamespaceRequest. 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.
-