Interface SourceObjectIdentifier.MysqlObjectIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      Required.
      com.google.protobuf.ByteString getDatabaseBytes()
      Required.
      String getTable()
      Required.
      com.google.protobuf.ByteString getTableBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDatabase

        String getDatabase()
         Required. The database name.
         
        string database = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
         Required. The database name.
         
        string database = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for database.
      • getTable

        String getTable()
         Required. The table name.
         
        string table = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Required. The table name.
         
        string table = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for table.