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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetResourceNames(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.intgetResourceNamesCount()Resource name of customers directly accessible by the user authenticating the call.java.util.List<java.lang.String>getResourceNamesList()Resource name of customers directly accessible by the user authenticating the call.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceNamesList
java.util.List<java.lang.String> 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
java.lang.String getResourceNames(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 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.
-
-