Interface InstanceListResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceListResponse, InstanceListResponse.Builder
@Generated
public interface InstanceListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) List of instances the user has READ_INSTANCE permission for.intList of instances the user has READ_INSTANCE permission for.List of instances the user has READ_INSTANCE permission for.getInstancesOrBuilder(int index) List of instances the user has READ_INSTANCE permission for.List<? extends InstanceListResponse.InstanceOrBuilder> List of instances the user has READ_INSTANCE permission for.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
-
getInstancesList
List<InstanceListResponse.Instance> getInstancesList()List of instances the user has READ_INSTANCE permission for.
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1; -
getInstances
List of instances the user has READ_INSTANCE permission for.
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1; -
getInstancesCount
int getInstancesCount()List of instances the user has READ_INSTANCE permission for.
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1; -
getInstancesOrBuilderList
List<? extends InstanceListResponse.InstanceOrBuilder> getInstancesOrBuilderList()List of instances the user has READ_INSTANCE permission for.
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1; -
getInstancesOrBuilder
List of instances the user has READ_INSTANCE permission for.
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-