Interface Responses.ExecuteBatchResponseOrBuilder

    • Method Detail

      • getConnectionId

        java.lang.String getConnectionId()
        string connection_id = 1;
      • getConnectionIdBytes

        com.google.protobuf.ByteString getConnectionIdBytes()
        string connection_id = 1;
      • getStatementId

        int getStatementId()
        uint32 statement_id = 2;
      • getUpdateCountsList

        java.util.List<java.lang.Long> getUpdateCountsList()
        repeated uint64 update_counts = 3;
      • getUpdateCountsCount

        int getUpdateCountsCount()
        repeated uint64 update_counts = 3;
      • getUpdateCounts

        long getUpdateCounts​(int index)
        repeated uint64 update_counts = 3;
      • getMissingStatement

        boolean getMissingStatement()
         Did the request fail because of no-cached statement
         
        bool missing_statement = 4;
      • hasMetadata

        boolean hasMetadata()
        .RpcMetadata metadata = 5;