public interface UpdateFunctionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Function |
getFunction()
Required.
|
FunctionOrBuilder |
getFunctionOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
hasFunction()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFunction()
Required. New version of the function.
.google.cloud.functions.v2beta.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
Function getFunction()
Required. New version of the function.
.google.cloud.functions.v2beta.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
FunctionOrBuilder getFunctionOrBuilder()
Required. New version of the function.
.google.cloud.functions.v2beta.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.