Interface ListDataAttributeBindingsResponseOrBuilder

    • Method Detail

      • getDataAttributeBindingsList

        List<DataAttributeBinding> getDataAttributeBindingsList()
         DataAttributeBindings under the given parent Location.
         
        repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;
      • getDataAttributeBindings

        DataAttributeBinding getDataAttributeBindings​(int index)
         DataAttributeBindings under the given parent Location.
         
        repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;
      • getDataAttributeBindingsCount

        int getDataAttributeBindingsCount()
         DataAttributeBindings under the given parent Location.
         
        repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;
      • getDataAttributeBindingsOrBuilderList

        List<? extends DataAttributeBindingOrBuilder> getDataAttributeBindingsOrBuilderList()
         DataAttributeBindings under the given parent Location.
         
        repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;
      • getDataAttributeBindingsOrBuilder

        DataAttributeBindingOrBuilder getDataAttributeBindingsOrBuilder​(int index)
         DataAttributeBindings under the given parent Location.
         
        repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getUnreachableLocationsList

        List<String> getUnreachableLocationsList()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        A list containing the unreachableLocations.
      • getUnreachableLocationsCount

        int getUnreachableLocationsCount()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        The count of unreachableLocations.
      • getUnreachableLocations

        String getUnreachableLocations​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachableLocations at the given index.
      • getUnreachableLocationsBytes

        com.google.protobuf.ByteString getUnreachableLocationsBytes​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachableLocations at the given index.