Interface InstanceListResponse.InstanceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceListResponse.Instance, InstanceListResponse.Instance.Builder
- Enclosing class:
InstanceListResponse
public static interface InstanceListResponse.InstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe human-readable name of the instance.com.google.protobuf.ByteStringThe human-readable name of the instance.getIcon()The icon identifier for the instance (used for UI display).com.google.protobuf.ByteStringThe icon identifier for the instance (used for UI display).getId()The unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.getInstancePermissions(int index) The permissions the current user has on this instance.intThe permissions the current user has on this instance.The permissions the current user has on this instance.getInstancePermissionsOrBuilder(int index) The permissions the current user has on this instance.List<? extends InstancePermissionStateOrBuilder> The permissions the current user has on this instance.getState()The current lifecycle state of the instance.intThe current lifecycle state of 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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The unique identifier (UUID) of the instance.
string id = 1;- Returns:
- The bytes for id.
-
getFriendlyName
String getFriendlyName()The human-readable name of the instance.
string friendly_name = 2;- Returns:
- The friendlyName.
-
getFriendlyNameBytes
com.google.protobuf.ByteString getFriendlyNameBytes()The human-readable name of the instance.
string friendly_name = 2;- Returns:
- The bytes for friendlyName.
-
getIcon
String getIcon()The icon identifier for the instance (used for UI display).
string icon = 5;- Returns:
- The icon.
-
getIconBytes
com.google.protobuf.ByteString getIconBytes()The icon identifier for the instance (used for UI display).
string icon = 5;- Returns:
- The bytes for icon.
-
getStateValue
int getStateValue()The current lifecycle state of the instance.
.soulfire.v1.InstanceState state = 3;- Returns:
- The enum numeric value on the wire for state.
-
getState
InstanceState getState()The current lifecycle state of the instance.
.soulfire.v1.InstanceState state = 3;- Returns:
- The state.
-
getInstancePermissionsList
List<InstancePermissionState> getInstancePermissionsList()The permissions the current user has on this instance. Each permission indicates whether a specific action is allowed.
repeated .soulfire.v1.InstancePermissionState instance_permissions = 4; -
getInstancePermissions
The permissions the current user has on this instance. Each permission indicates whether a specific action is allowed.
repeated .soulfire.v1.InstancePermissionState instance_permissions = 4; -
getInstancePermissionsCount
int getInstancePermissionsCount()The permissions the current user has on this instance. Each permission indicates whether a specific action is allowed.
repeated .soulfire.v1.InstancePermissionState instance_permissions = 4; -
getInstancePermissionsOrBuilderList
List<? extends InstancePermissionStateOrBuilder> getInstancePermissionsOrBuilderList()The permissions the current user has on this instance. Each permission indicates whether a specific action is allowed.
repeated .soulfire.v1.InstancePermissionState instance_permissions = 4; -
getInstancePermissionsOrBuilder
The permissions the current user has on this instance. Each permission indicates whether a specific action is allowed.
repeated .soulfire.v1.InstancePermissionState instance_permissions = 4;
-