public interface UpdateInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstance()
Required.
|
InstanceOrBuilder |
getInstanceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasInstance()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`
.google.protobuf.FieldMask update_mask = 2;Copyright © 2022 Google LLC. All rights reserved.