lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.3.0 vs lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.4.0

- old
+ new

@@ -892,16 +892,16 @@ # Mysql data source object identifier. class MysqlObjectIdentifier include Google::Apis::Core::Hashable - # The database name. + # Required. The database name. # Corresponds to the JSON property `database` # @return [String] attr_accessor :database - # The table name. + # Required. The table name. # Corresponds to the JSON property `table` # @return [String] attr_accessor :table def initialize(**args) @@ -1283,15 +1283,15 @@ # Oracle data source object identifier. class OracleObjectIdentifier include Google::Apis::Core::Hashable - # The schema name. + # Required. The schema name. # Corresponds to the JSON property `schema` # @return [String] attr_accessor :schema - # The table name. + # Required. The table name. # Corresponds to the JSON property `table` # @return [String] attr_accessor :table def initialize(**args)