Interface UpdateFunctionRequestOrBuilder (2.62.0)

publicinterfaceUpdateFunctionRequestOrBuilderextendsMessageOrBuilder

Methods

getFunction()

publicabstractFunctiongetFunction()

Required. New version of the function.

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

Returns
TypeDescription
Function

The function.

getFunctionOrBuilder()

publicabstractFunctionOrBuildergetFunctionOrBuilder()

Required. New version of the function.

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

Returns
TypeDescription
FunctionOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasFunction()

publicabstractbooleanhasFunction()

Required. New version of the function.

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

Returns
TypeDescription
boolean

Whether the function field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.