Interface UpdateFunctionRequestOrBuilder (2.43.0)

public interface UpdateFunctionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunction()

public abstract CloudFunction getFunction()

Required. New version of the function.

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

Returns
TypeDescription
CloudFunction

The function.

getFunctionOrBuilder()

public abstract CloudFunctionOrBuilder getFunctionOrBuilder()

Required. New version of the function.

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

Returns
TypeDescription
CloudFunctionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields in CloudFunction that have to 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.v1.CloudFunction function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the function field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.