Package com.soulfiremc.grpc.generated
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) repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
int
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
getInstancesOrBuilder
(int index) repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
List
<? extends InstanceListResponse.InstanceOrBuilder> repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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()repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-
getInstances
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-
getInstancesCount
int getInstancesCount()repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-
getInstancesOrBuilderList
List<? extends InstanceListResponse.InstanceOrBuilder> getInstancesOrBuilderList()repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-
getInstancesOrBuilder
repeated .soulfire.v1.InstanceListResponse.Instance instances = 1;
-