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