Interface ListSupportedDatabaseFlagsResponseOrBuilder

    • Method Detail

      • getSupportedDatabaseFlagsList

        List<SupportedDatabaseFlag> getSupportedDatabaseFlagsList()
         The list of SupportedDatabaseFlags.
         
        repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
      • getSupportedDatabaseFlags

        SupportedDatabaseFlag getSupportedDatabaseFlags​(int index)
         The list of SupportedDatabaseFlags.
         
        repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
      • getSupportedDatabaseFlagsCount

        int getSupportedDatabaseFlagsCount()
         The list of SupportedDatabaseFlags.
         
        repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
      • getSupportedDatabaseFlagsOrBuilderList

        List<? extends SupportedDatabaseFlagOrBuilder> getSupportedDatabaseFlagsOrBuilderList()
         The list of SupportedDatabaseFlags.
         
        repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
      • getSupportedDatabaseFlagsOrBuilder

        SupportedDatabaseFlagOrBuilder getSupportedDatabaseFlagsOrBuilder​(int index)
         The list of SupportedDatabaseFlags.
         
        repeated .google.cloud.alloydb.v1.SupportedDatabaseFlag supported_database_flags = 1;
      • getNextPageToken

        String getNextPageToken()
         A token identifying a page of results the server should return.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token identifying a page of results the server should return.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.