public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Specifies the hostname of the instance.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Specifies the hostname of the instance.
|
String |
getName()
This field is only temporary.
|
com.google.protobuf.ByteString |
getNameBytes()
This field is only temporary.
|
boolean |
hasHostname()
Specifies the hostname of the instance.
|
boolean |
hasName()
This field is only temporary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHostname()
Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention
optional string hostname = 237067315;String getHostname()
Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention
optional string hostname = 237067315;com.google.protobuf.ByteString getHostnameBytes()
Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention
optional string hostname = 237067315;boolean hasName()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;String getName()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;Copyright © 2025 Google LLC. All rights reserved.