Uses of Class
com.google.cloud.functions.v2alpha.CreateFunctionRequest
-
Packages that use CreateFunctionRequest Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions APIcom.google.cloud.functions.v2alpha.stub -
-
Uses of CreateFunctionRequest in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return CreateFunctionRequest Modifier and Type Method Description CreateFunctionRequest
CreateFunctionRequest.Builder. build()
CreateFunctionRequest
CreateFunctionRequest.Builder. buildPartial()
static CreateFunctionRequest
CreateFunctionRequest. getDefaultInstance()
CreateFunctionRequest
CreateFunctionRequest.Builder. getDefaultInstanceForType()
CreateFunctionRequest
CreateFunctionRequest. getDefaultInstanceForType()
static CreateFunctionRequest
CreateFunctionRequest. parseDelimitedFrom(InputStream input)
static CreateFunctionRequest
CreateFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(byte[] data)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(InputStream input)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(ByteBuffer data)
static CreateFunctionRequest
CreateFunctionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2alpha that return types with arguments of type CreateFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceClient. createFunctionCallable()
Creates a new function.com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceClient. createFunctionOperationCallable()
Creates a new function.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings.Builder. createFunctionOperationSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings. createFunctionOperationSettings()
Returns the object with the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceSettings.Builder. createFunctionSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallSettings<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceSettings. createFunctionSettings()
Returns the object with the settings used for calls to createFunction.static io.grpc.MethodDescriptor<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceGrpc. getCreateFunctionMethod()
com.google.protobuf.Parser<CreateFunctionRequest>
CreateFunctionRequest. getParserForType()
static com.google.protobuf.Parser<CreateFunctionRequest>
CreateFunctionRequest. parser()
Methods in com.google.cloud.functions.v2alpha with parameters of type CreateFunctionRequest Modifier and Type Method Description default void
FunctionServiceGrpc.AsyncService. createFunction(CreateFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new function.com.google.longrunning.Operation
FunctionServiceGrpc.FunctionServiceBlockingStub. createFunction(CreateFunctionRequest request)
Creates a new function.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
FunctionServiceGrpc.FunctionServiceFutureStub. createFunction(CreateFunctionRequest request)
Creates a new function.void
FunctionServiceGrpc.FunctionServiceStub. createFunction(CreateFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(CreateFunctionRequest request)
Creates a new function.CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. mergeFrom(CreateFunctionRequest other)
static CreateFunctionRequest.Builder
CreateFunctionRequest. newBuilder(CreateFunctionRequest prototype)
-
Uses of CreateFunctionRequest in com.google.cloud.functions.v2alpha.stub
Methods in com.google.cloud.functions.v2alpha.stub that return types with arguments of type CreateFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceStub. createFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFunctionRequest,com.google.longrunning.Operation>
GrpcFunctionServiceStub. createFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFunctionRequest,com.google.longrunning.Operation>
HttpJsonFunctionServiceStub. createFunctionCallable()
com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
GrpcFunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
HttpJsonFunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings.Builder. createFunctionOperationSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings. createFunctionOperationSettings()
Returns the object with the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceStubSettings.Builder. createFunctionSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallSettings<CreateFunctionRequest,com.google.longrunning.Operation>
FunctionServiceStubSettings. createFunctionSettings()
Returns the object with the settings used for calls to createFunction.
-