Uses of Class
com.google.cloud.functions.v2alpha.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions APIcom.google.cloud.functions.v2alpha.stub -
-
Uses of OperationMetadata in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return OperationMetadata Modifier and Type Method Description OperationMetadata
OperationMetadata.Builder. build()
OperationMetadata
OperationMetadata.Builder. buildPartial()
static OperationMetadata
OperationMetadata. getDefaultInstance()
OperationMetadata
OperationMetadata.Builder. getDefaultInstanceForType()
OperationMetadata
OperationMetadata. getDefaultInstanceForType()
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2alpha that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(CreateFunctionRequest request)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(LocationName parent, Function function, String functionId)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(String parent, Function function, String functionId)
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.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
FunctionServiceClient. deleteFunctionAsync(DeleteFunctionRequest request)
Deletes a function with the given name from the specified project.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
FunctionServiceClient. deleteFunctionAsync(FunctionName name)
Deletes a function with the given name from the specified project.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
FunctionServiceClient. deleteFunctionAsync(String name)
Deletes a function with the given name from the specified project.com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceClient. deleteFunctionOperationCallable()
Deletes a function with the given name from the specified project.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceSettings.Builder. deleteFunctionOperationSettings()
Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.OperationCallSettings<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceSettings. deleteFunctionOperationSettings()
Returns the object with the settings used for calls to deleteFunction.com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. getParserForType()
static com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. parser()
com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. updateFunctionAsync(Function function, com.google.protobuf.FieldMask updateMask)
Updates existing function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. updateFunctionAsync(UpdateFunctionRequest request)
Updates existing function.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceClient. updateFunctionOperationCallable()
Updates existing function.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.Methods in com.google.cloud.functions.v2alpha with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. mergeFrom(OperationMetadata other)
static OperationMetadata.Builder
OperationMetadata. newBuilder(OperationMetadata prototype)
-
Uses of OperationMetadata in com.google.cloud.functions.v2alpha.stub
Methods in com.google.cloud.functions.v2alpha.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description 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.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceStub. deleteFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcFunctionServiceStub. deleteFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonFunctionServiceStub. deleteFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceStubSettings.Builder. deleteFunctionOperationSettings()
Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.OperationCallSettings<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>
FunctionServiceStubSettings. deleteFunctionOperationSettings()
Returns the object with the settings used for calls to deleteFunction.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
GrpcFunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
HttpJsonFunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.
-