Package org.yamcs.protobuf
Interface ListServiceAccountsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListServiceAccountsResponse,ListServiceAccountsResponse.Builder
public interface ListServiceAccountsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountInfogetServiceAccounts(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;intgetServiceAccountsCount()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;List<ServiceAccountInfo>getServiceAccountsList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;ServiceAccountInfoOrBuildergetServiceAccountsOrBuilder(int index)repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;List<? extends ServiceAccountInfoOrBuilder>getServiceAccountsOrBuilderList()repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceAccountsList
List<ServiceAccountInfo> getServiceAccountsList()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
-
getServiceAccounts
ServiceAccountInfo getServiceAccounts(int index)
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
-
getServiceAccountsCount
int getServiceAccountsCount()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
-
getServiceAccountsOrBuilderList
List<? extends ServiceAccountInfoOrBuilder> getServiceAccountsOrBuilderList()
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
-
getServiceAccountsOrBuilder
ServiceAccountInfoOrBuilder getServiceAccountsOrBuilder(int index)
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
-
-