public static final class UpdateAzureNodePoolRequest.Builder extends GeneratedMessageV3.Builder<UpdateAzureNodePoolRequest.Builder> implements UpdateAzureNodePoolRequestOrBuilder
Request message for AzureClusters.UpdateAzureNodePool
method.
Protobuf type google.cloud.gkemulticloud.v1.UpdateAzureNodePoolRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateAzureNodePoolRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateAzureNodePoolRequest build()
buildPartial()
public UpdateAzureNodePoolRequest buildPartial()
clear()
public UpdateAzureNodePoolRequest.Builder clear()
Overrides
clearAzureNodePool()
public UpdateAzureNodePoolRequest.Builder clearAzureNodePool()
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UpdateAzureNodePoolRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateAzureNodePoolRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateAzureNodePoolRequest.Builder clearUpdateMask()
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
public UpdateAzureNodePoolRequest.Builder clearValidateOnly()
If set, only validate the request, but don't actually update the node pool.
bool validate_only = 2;
clone()
public UpdateAzureNodePoolRequest.Builder clone()
Overrides
getAzureNodePool()
public AzureNodePool getAzureNodePool()
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getAzureNodePoolBuilder()
public AzureNodePool.Builder getAzureNodePoolBuilder()
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getAzureNodePoolOrBuilder()
public AzureNodePoolOrBuilder getAzureNodePoolOrBuilder()
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public UpdateAzureNodePoolRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
FieldMask | The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
getValidateOnly()
public boolean getValidateOnly()
If set, only validate the request, but don't actually update the node pool.
bool validate_only = 2;
Returns |
---|
Type | Description |
boolean | The validateOnly.
|
hasAzureNodePool()
public boolean hasAzureNodePool()
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the azureNodePool field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeAzureNodePool(AzureNodePool value)
public UpdateAzureNodePoolRequest.Builder mergeAzureNodePool(AzureNodePool value)
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateAzureNodePoolRequest other)
public UpdateAzureNodePoolRequest.Builder mergeFrom(UpdateAzureNodePoolRequest other)
public UpdateAzureNodePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateAzureNodePoolRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateAzureNodePoolRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateAzureNodePoolRequest.Builder mergeUpdateMask(FieldMask value)
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
setAzureNodePool(AzureNodePool value)
public UpdateAzureNodePoolRequest.Builder setAzureNodePool(AzureNodePool value)
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
setAzureNodePool(AzureNodePool.Builder builderForValue)
public UpdateAzureNodePoolRequest.Builder setAzureNodePool(AzureNodePool.Builder builderForValue)
Required. The AzureNodePool
resource to update.
.google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateAzureNodePoolRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateAzureNodePoolRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateAzureNodePoolRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateAzureNodePoolRequest.Builder setUpdateMask(FieldMask value)
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateAzureNodePoolRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field can only include these
fields from AzureNodePool:
*. annotations
.
version
.
autoscaling.min_node_count
.
autoscaling.max_node_count
.
config.ssh_config.authorized_key
.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setValidateOnly(boolean value)
public UpdateAzureNodePoolRequest.Builder setValidateOnly(boolean value)
If set, only validate the request, but don't actually update the node pool.
bool validate_only = 2;
Parameter |
---|
Name | Description |
value | boolean
The validateOnly to set.
|