Interface UpdateFunctionRequestOrBuilder (2.43.0)

public interface UpdateFunctionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunction()

public abstract Function getFunction()

Required. New version of the function.

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

Returns
TypeDescription
Function

The function.

getFunctionOrBuilder()

public abstract FunctionOrBuilder getFunctionOrBuilder()

Required. New version of the function.

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

Returns
TypeDescription
FunctionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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
TypeDescription
FieldMaskOrBuilder

hasFunction()

public abstract boolean hasFunction()

Required. New version of the function.

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

Returns
TypeDescription
boolean

Whether the function field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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
TypeDescription
boolean

Whether the updateMask field is set.