Uses of Class
com.google.cloud.run.v2.CreateServiceRequest
-
Packages that use CreateServiceRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of CreateServiceRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 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.run.v2 that return types with arguments of type CreateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>ServicesClient. createServiceCallable()Creates a new Service in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,Service>ServicesClient. createServiceOperationCallable()Creates a new Service in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,Service,Service>ServicesSettings.Builder. createServiceOperationSettings()Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,Service,Service>ServicesSettings. createServiceOperationSettings()Returns the object with the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceRequest,com.google.longrunning.Operation>ServicesSettings.Builder. createServiceSettings()Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceRequest,com.google.longrunning.Operation>ServicesSettings. createServiceSettings()Returns the object with the settings used for calls to createService.static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation>ServicesGrpc. getCreateServiceMethod()com.google.protobuf.Parser<CreateServiceRequest>CreateServiceRequest. getParserForType()static com.google.protobuf.Parser<CreateServiceRequest>CreateServiceRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type CreateServiceRequest Modifier and Type Method Description default voidServicesGrpc.AsyncService. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Service in a given project and location.com.google.longrunning.OperationServicesGrpc.ServicesBlockingStub. createService(CreateServiceRequest request)Creates a new Service in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ServicesGrpc.ServicesFutureStub. createService(CreateServiceRequest request)Creates a new Service in a given project and location.voidServicesGrpc.ServicesStub. createService(CreateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Service in a given project and location.com.google.api.gax.longrunning.OperationFuture<Service,Service>ServicesClient. createServiceAsync(CreateServiceRequest request)Creates a new Service in a given project and location.CreateServiceRequest.BuilderCreateServiceRequest.Builder. mergeFrom(CreateServiceRequest other)static CreateServiceRequest.BuilderCreateServiceRequest. newBuilder(CreateServiceRequest prototype) -
Uses of CreateServiceRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type CreateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>GrpcServicesStub. createServiceCallable()com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>HttpJsonServicesStub. createServiceCallable()com.google.api.gax.rpc.UnaryCallable<CreateServiceRequest,com.google.longrunning.Operation>ServicesStub. createServiceCallable()com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,Service>GrpcServicesStub. createServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,Service>HttpJsonServicesStub. createServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,Service,Service>ServicesStub. createServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,Service,Service>ServicesStubSettings.Builder. createServiceOperationSettings()Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,Service,Service>ServicesStubSettings. createServiceOperationSettings()Returns the object with the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceRequest,com.google.longrunning.Operation>ServicesStubSettings.Builder. createServiceSettings()Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceRequest,com.google.longrunning.Operation>ServicesStubSettings. createServiceSettings()Returns the object with the settings used for calls to createService.
-