public interface InstancesSetNameRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentName()
The current name of this resource, used to prevent conflicts.
|
com.google.protobuf.ByteString |
getCurrentNameBytes()
The current name of this resource, used to prevent conflicts.
|
String |
getName()
The name to be applied to the instance.
|
com.google.protobuf.ByteString |
getNameBytes()
The name to be applied to the instance.
|
boolean |
hasCurrentName()
The current name of this resource, used to prevent conflicts.
|
boolean |
hasName()
The name to be applied to the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCurrentName()
The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
optional string current_name = 394983825;String getCurrentName()
The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
optional string current_name = 394983825;com.google.protobuf.ByteString getCurrentNameBytes()
The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
optional string current_name = 394983825;boolean hasName()
The name to be applied to the instance. Needs to be RFC 1035 compliant.
optional string name = 3373707;String getName()
The name to be applied to the instance. Needs to be RFC 1035 compliant.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name to be applied to the instance. Needs to be RFC 1035 compliant.
optional string name = 3373707;Copyright © 2025 Google LLC. All rights reserved.