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