public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHostname()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The hostname. |
getHostnameBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for hostname. |
getName()
public abstract String getName()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasHostname()
public abstract boolean 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hostname field is set. |
hasName()
public abstract boolean hasName()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
boolean |
Whether the name field is set. |