Interface GetServiceAccountsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServiceAccountsResponse,GetServiceAccountsResponse.Builder
@Generated(value="protoc",
comments="annotations:GetServiceAccountsResponseOrBuilder.java.pb.meta")
public interface GetServiceAccountsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe next page token, set if there is another page.com.google.protobuf.ByteStringThe next page token, set if there is another page.getServiceAccount(int index) The list of service accounts in ascending ID order.intThe list of service accounts in ascending ID order.The list of service accounts in ascending ID order.getServiceAccountOrBuilder(int index) The list of service accounts in ascending ID order.List<? extends ServiceAccountOrBuilder> The list of service accounts in ascending ID order.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
-
getServiceAccountList
List<ServiceAccount> getServiceAccountList()The list of service accounts in ascending ID order.
repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1; -
getServiceAccount
The list of service accounts in ascending ID order.
repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1; -
getServiceAccountCount
int getServiceAccountCount()The list of service accounts in ascending ID order.
repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1; -
getServiceAccountOrBuilderList
List<? extends ServiceAccountOrBuilder> getServiceAccountOrBuilderList()The list of service accounts in ascending ID order.
repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1; -
getServiceAccountOrBuilder
The list of service accounts in ascending ID order.
repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1; -
getNextPageToken
String getNextPageToken()The next page token, set if there is another page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()The next page token, set if there is another page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-