public interface UpdateInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract 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];
| Type | Description |
| Instance | The instance. |
getInstanceOrBuilder()
public abstract 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];
| Type | Description |
| InstanceOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask() The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasInstance()
public abstract 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];
| Type | Description |
| boolean | Whether the instance field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The list of fields to update.
The currently supported fields are:
labels
hyperthreading_enabled
os_image
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |