public static final class UpdateFunctionRequest.Builder extends GeneratedMessage.Builder<UpdateFunctionRequest.Builder> implements UpdateFunctionRequestOrBuilder Request for the UpdateFunction method.
Protobuf type google.cloud.functions.v2.UpdateFunctionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateFunctionRequest.BuilderImplements
UpdateFunctionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateFunctionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest |
|
buildPartial()
public UpdateFunctionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest |
|
clear()
public UpdateFunctionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
clearFunction()
public UpdateFunctionRequest.Builder clearFunction()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
clearUpdateMask()
public UpdateFunctionRequest.Builder clearUpdateMask()The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
getDefaultInstanceForType()
public UpdateFunctionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFunction()
public Function getFunction()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Function |
The function. |
getFunctionBuilder()
public Function.Builder getFunctionBuilder()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Function.Builder |
|
getFunctionOrBuilder()
public FunctionOrBuilder getFunctionOrBuilder()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FunctionOrBuilder |
|
getUpdateMask()
public 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;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasFunction()
public boolean hasFunction()Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the function field is set. |
hasUpdateMask()
public 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateFunctionRequest other)
public UpdateFunctionRequest.Builder mergeFrom(UpdateFunctionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateFunctionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateFunctionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateFunctionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
mergeFunction(Function value)
public UpdateFunctionRequest.Builder mergeFunction(Function value)Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Function |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateFunctionRequest.Builder mergeUpdateMask(FieldMask value)The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
setFunction(Function value)
public UpdateFunctionRequest.Builder setFunction(Function value)Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Function |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
setFunction(Function.Builder builderForValue)
public UpdateFunctionRequest.Builder setFunction(Function.Builder builderForValue)Required. New version of the function.
.google.cloud.functions.v2.Function function = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Function.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateFunctionRequest.Builder setUpdateMask(FieldMask value)The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateFunctionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)The list of fields to be updated. If no field mask is provided, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateFunctionRequest.Builder |
|