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 CreateServiceRequestCreateServiceRequest.Builder. build()CreateServiceRequestCreateServiceRequest.Builder. buildPartial()static CreateServiceRequestCreateServiceRequest. getDefaultInstance()CreateServiceRequestCreateServiceRequest.Builder. getDefaultInstanceForType()CreateServiceRequestCreateServiceRequest. getDefaultInstanceForType()static CreateServiceRequestCreateServiceRequest. parseDelimitedFrom(InputStream input)static CreateServiceRequestCreateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(byte[] data)static CreateServiceRequestCreateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.ByteString data)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateServiceRequestCreateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(InputStream input)static CreateServiceRequestCreateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceRequestCreateServiceRequest. parseFrom(ByteBuffer data)static CreateServiceRequestCreateServiceRequest. 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 ServiceRegistrationServiceClient. createService(CreateServiceRequest request)Creates a service, and returns the new service.default voidRegistrationServiceGrpc.AsyncService. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Creates a service, and returns the new service.ServiceRegistrationServiceGrpc.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.voidRegistrationServiceGrpc.RegistrationServiceStub. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)Creates a service, and returns the new service.CreateServiceRequest.BuilderCreateServiceRequest.Builder. mergeFrom(CreateServiceRequest other)static CreateServiceRequest.BuilderCreateServiceRequest. 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.
-