public static final class UpdateInstanceRequest.Builder extends GeneratedMessageV3.Builder<UpdateInstanceRequest.Builder> implements UpdateInstanceRequestOrBuilder
Message requesting to updating a server.
Protobuf type google.cloud.baremetalsolution.v2.UpdateInstanceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public UpdateInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateInstanceRequest build()
public UpdateInstanceRequest buildPartial()
public UpdateInstanceRequest.Builder clear()
Overrides
public UpdateInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public UpdateInstanceRequest.Builder clearInstance()
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public UpdateInstanceRequest.Builder clearUpdateMask()
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
public UpdateInstanceRequest.Builder clone()
Overrides
public UpdateInstanceRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Instance getInstance()
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Instance |
The instance.
|
public Instance.Builder getInstanceBuilder()
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
public InstanceOrBuilder getInstanceOrBuilder()
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
public FieldMask getUpdateMask()
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
public FieldMask.Builder getUpdateMaskBuilder()
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
public boolean hasInstance()
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the instance field is set.
|
public boolean hasUpdateMask()
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public UpdateInstanceRequest.Builder mergeFrom(UpdateInstanceRequest other)
public UpdateInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public UpdateInstanceRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public UpdateInstanceRequest.Builder mergeInstance(Instance value)
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Instance
|
public final UpdateInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UpdateInstanceRequest.Builder mergeUpdateMask(FieldMask value)
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
public UpdateInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateInstanceRequest.Builder setInstance(Instance value)
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Instance
|
public UpdateInstanceRequest.Builder setInstance(Instance.Builder builderForValue)
Required. The server to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/instances/{instance}
.google.cloud.baremetalsolution.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final UpdateInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UpdateInstanceRequest.Builder setUpdateMask(FieldMask value)
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
public UpdateInstanceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|