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 Type
    Method
    Description
    getResourceNames(int index)
    Resource name of customers directly accessible by the user authenticating the call.
    com.google.protobuf.ByteString
    Resource name of customers directly accessible by the user authenticating the call.
    int
    Resource 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getResourceNamesList

      List<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

      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.