Interface ListChannelConnectionsResponseOrBuilder

    • Method Detail

      • getChannelConnectionsList

        List<ChannelConnection> getChannelConnectionsList()
         The requested channel connections, up to the number specified in
         `page_size`.
         
        repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
      • getChannelConnections

        ChannelConnection getChannelConnections​(int index)
         The requested channel connections, up to the number specified in
         `page_size`.
         
        repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
      • getChannelConnectionsCount

        int getChannelConnectionsCount()
         The requested channel connections, up to the number specified in
         `page_size`.
         
        repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
      • getChannelConnectionsOrBuilderList

        List<? extends ChannelConnectionOrBuilder> getChannelConnectionsOrBuilderList()
         The requested channel connections, up to the number specified in
         `page_size`.
         
        repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
      • getChannelConnectionsOrBuilder

        ChannelConnectionOrBuilder getChannelConnectionsOrBuilder​(int index)
         The requested channel connections, up to the number specified in
         `page_size`.
         
        repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
      • getNextPageToken

        String getNextPageToken()
         A page token that can be sent to `ListChannelConnections` to request the
         next page.
         If this is empty, then there are no more pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A page token that can be sent to `ListChannelConnections` to request the
         next page.
         If this is empty, then there are no more pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getUnreachableList

        List<String> getUnreachableList()
         Unreachable resources, if any.
         
        repeated string unreachable = 3;
        Returns:
        A list containing the unreachable.
      • getUnreachableCount

        int getUnreachableCount()
         Unreachable resources, if any.
         
        repeated string unreachable = 3;
        Returns:
        The count of unreachable.
      • getUnreachable

        String getUnreachable​(int index)
         Unreachable resources, if any.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachable at the given index.
      • getUnreachableBytes

        com.google.protobuf.ByteString getUnreachableBytes​(int index)
         Unreachable resources, if any.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachable at the given index.