public interface UpdateFunctionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFunction()
public abstract Function getFunction()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| FieldMaskOrBuilder |
hasFunction()
public abstract boolean hasFunction()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |