Interface ListAccessibleCustomersResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAccessibleCustomersResponse,ListAccessibleCustomersResponse.Builder
public interface ListAccessibleCustomersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceNames(int index) Resource name of customers directly accessible by the user authenticating the call.com.google.protobuf.ByteStringgetResourceNamesBytes(int index) Resource name of customers directly accessible by the user authenticating the call.intResource name of customers directly accessible by the user authenticating the call.Resource name of customers directly accessible by the user authenticating the call.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
-
getResourceNamesList
Resource name of customers directly accessible by the user authenticating the call.
repeated string resource_names = 1;- Returns:
- A list containing the resourceNames.
-
getResourceNamesCount
int getResourceNamesCount()Resource name of customers directly accessible by the user authenticating the call.
repeated string resource_names = 1;- Returns:
- The count of resourceNames.
-
getResourceNames
Resource name of customers directly accessible by the user authenticating the call.
repeated string resource_names = 1;- Parameters:
index- The index of the element to return.- Returns:
- The resourceNames at the given index.
-
getResourceNamesBytes
com.google.protobuf.ByteString getResourceNamesBytes(int index) Resource name of customers directly accessible by the user authenticating the call.
repeated string resource_names = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resourceNames at the given index.
-