Class ListAccessibleCustomersResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListAccessibleCustomersResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListAccessibleCustomersResponse.Builder>
      • getDefaultInstanceForType

        public ListAccessibleCustomersResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListAccessibleCustomersResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListAccessibleCustomersResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListAccessibleCustomersResponse.Builder>
      • mergeFrom

        public ListAccessibleCustomersResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListAccessibleCustomersResponse.Builder>
        Throws:
        java.io.IOException
      • getResourceNamesList

        public com.google.protobuf.ProtocolStringList getResourceNamesList()
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Specified by:
        getResourceNamesList in interface ListAccessibleCustomersResponseOrBuilder
        Returns:
        A list containing the resourceNames.
      • getResourceNamesCount

        public int getResourceNamesCount()
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Specified by:
        getResourceNamesCount in interface ListAccessibleCustomersResponseOrBuilder
        Returns:
        The count of resourceNames.
      • getResourceNames

        public java.lang.String getResourceNames​(int index)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Specified by:
        getResourceNames in interface ListAccessibleCustomersResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The resourceNames at the given index.
      • getResourceNamesBytes

        public com.google.protobuf.ByteString getResourceNamesBytes​(int index)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Specified by:
        getResourceNamesBytes in interface ListAccessibleCustomersResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the resourceNames at the given index.
      • setResourceNames

        public ListAccessibleCustomersResponse.Builder setResourceNames​(int index,
                                                                        java.lang.String value)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Parameters:
        index - The index to set the value at.
        value - The resourceNames to set.
        Returns:
        This builder for chaining.
      • addResourceNames

        public ListAccessibleCustomersResponse.Builder addResourceNames​(java.lang.String value)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Parameters:
        value - The resourceNames to add.
        Returns:
        This builder for chaining.
      • addAllResourceNames

        public ListAccessibleCustomersResponse.Builder addAllResourceNames​(java.lang.Iterable<java.lang.String> values)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Parameters:
        values - The resourceNames to add.
        Returns:
        This builder for chaining.
      • clearResourceNames

        public ListAccessibleCustomersResponse.Builder clearResourceNames()
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Returns:
        This builder for chaining.
      • addResourceNamesBytes

        public ListAccessibleCustomersResponse.Builder addResourceNamesBytes​(com.google.protobuf.ByteString value)
         Resource name of customers directly accessible by the
         user authenticating the call.
         
        repeated string resource_names = 1;
        Parameters:
        value - The bytes of the resourceNames to add.
        Returns:
        This builder for chaining.