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