Interface InstanceCreateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceCreateRequest, InstanceCreateRequest.Builder
@Generated
public interface InstanceCreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable name for the instance.com.google.protobuf.ByteStringA human-readable name for the instance.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFriendlyName
String getFriendlyName()A human-readable name for the instance. This will be displayed in the UI and can be changed later via UpdateInstanceMeta.
string friendlyName = 1;- Returns:
- The friendlyName.
-
getFriendlyNameBytes
com.google.protobuf.ByteString getFriendlyNameBytes()A human-readable name for the instance. This will be displayed in the UI and can be changed later via UpdateInstanceMeta.
string friendlyName = 1;- Returns:
- The bytes for friendlyName.
-