Interface UpdateFunctionRequestOrBuilder (2.5.4)

publicinterface UpdateFunctionRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunction()

publicabstractFunctiongetFunction()

Required. New version of the function.

.google.cloud.functions.v2alpha.Function function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Function

The function.

getFunctionOrBuilder()

publicabstractFunctionOrBuildergetFunctionOrBuilder()

Required. New version of the function.

.google.cloud.functions.v2alpha.Function function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description

hasFunction()

publicabstractbooleanhasFunction()

Required. New version of the function.

.google.cloud.functions.v2alpha.Function function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the function field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

The list of fields to be updated. If no field mask is provided, all provided fields in the request will 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.