Uses of Class
com.google.cloud.functions.v1.UpdateFunctionRequest
-
Packages that use UpdateFunctionRequest Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of UpdateFunctionRequest in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return UpdateFunctionRequest Modifier and Type Method Description UpdateFunctionRequest
UpdateFunctionRequest.Builder. build()
UpdateFunctionRequest
UpdateFunctionRequest.Builder. buildPartial()
static UpdateFunctionRequest
UpdateFunctionRequest. getDefaultInstance()
UpdateFunctionRequest
UpdateFunctionRequest.Builder. getDefaultInstanceForType()
UpdateFunctionRequest
UpdateFunctionRequest. getDefaultInstanceForType()
static UpdateFunctionRequest
UpdateFunctionRequest. parseDelimitedFrom(InputStream input)
static UpdateFunctionRequest
UpdateFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(byte[] data)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(InputStream input)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(ByteBuffer data)
static UpdateFunctionRequest
UpdateFunctionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v1 that return types with arguments of type UpdateFunctionRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFunctionRequest>
UpdateFunctionRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceGrpc. getUpdateFunctionMethod()
static com.google.protobuf.Parser<UpdateFunctionRequest>
UpdateFunctionRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceClient. updateFunctionCallable()
Updates existing function.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceClient. updateFunctionOperationCallable()
Updates existing function.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceSettings.Builder. updateFunctionSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.UnaryCallSettings<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceSettings. updateFunctionSettings()
Returns the object with the settings used for calls to updateFunction.Methods in com.google.cloud.functions.v1 with parameters of type UpdateFunctionRequest Modifier and Type Method Description UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. mergeFrom(UpdateFunctionRequest other)
static UpdateFunctionRequest.Builder
UpdateFunctionRequest. newBuilder(UpdateFunctionRequest prototype)
default void
CloudFunctionsServiceGrpc.AsyncService. updateFunction(UpdateFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates existing function.com.google.longrunning.Operation
CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. updateFunction(UpdateFunctionRequest request)
Updates existing function.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub. updateFunction(UpdateFunctionRequest request)
Updates existing function.void
CloudFunctionsServiceGrpc.CloudFunctionsServiceStub. updateFunction(UpdateFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates existing function.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>
CloudFunctionsServiceClient. updateFunctionAsync(UpdateFunctionRequest request)
Updates existing function. -
Uses of UpdateFunctionRequest in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type UpdateFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceStub. updateFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFunctionRequest,com.google.longrunning.Operation>
GrpcCloudFunctionsServiceStub. updateFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFunctionRequest,com.google.longrunning.Operation>
HttpJsonCloudFunctionsServiceStub. updateFunctionCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
GrpcCloudFunctionsServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
HttpJsonCloudFunctionsServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceStubSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>
CloudFunctionsServiceStubSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceStubSettings.Builder. updateFunctionSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.UnaryCallSettings<UpdateFunctionRequest,com.google.longrunning.Operation>
CloudFunctionsServiceStubSettings. updateFunctionSettings()
Returns the object with the settings used for calls to updateFunction.
-