Interface UpdateFunctionRequestOrBuilder (2.29.0)

publicinterface UpdateFunctionRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunction()

publicabstractCloudFunctiongetFunction()

Required. New version of the function.

.google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudFunction

The function.

getFunctionOrBuilder()

publicabstractCloudFunctionOrBuildergetFunctionOrBuilder()

Required. New version of the function.

.google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudFunctionOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

Required. The list of fields in CloudFunction that have to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. The list of fields in CloudFunction that have to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasFunction()

publicabstractbooleanhasFunction()

Required. New version of the function.

.google.cloud.functions.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the function field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

Required. The list of fields in CloudFunction that have to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.