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 UpdateFunctionRequestUpdateFunctionRequest.Builder. build()UpdateFunctionRequestUpdateFunctionRequest.Builder. buildPartial()static UpdateFunctionRequestUpdateFunctionRequest. getDefaultInstance()UpdateFunctionRequestUpdateFunctionRequest.Builder. getDefaultInstanceForType()UpdateFunctionRequestUpdateFunctionRequest. getDefaultInstanceForType()static UpdateFunctionRequestUpdateFunctionRequest. parseDelimitedFrom(InputStream input)static UpdateFunctionRequestUpdateFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(byte[] data)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(InputStream input)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFunctionRequestUpdateFunctionRequest. parseFrom(ByteBuffer data)static UpdateFunctionRequestUpdateFunctionRequest. 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.BuilderUpdateFunctionRequest.Builder. mergeFrom(UpdateFunctionRequest other)static UpdateFunctionRequest.BuilderUpdateFunctionRequest. newBuilder(UpdateFunctionRequest prototype)default voidCloudFunctionsServiceGrpc.AsyncService. updateFunction(UpdateFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates existing function.com.google.longrunning.OperationCloudFunctionsServiceGrpc.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.voidCloudFunctionsServiceGrpc.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.
-