Class: Google::Cloud::Datastream::V1::StreamObject

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

A specific stream object (e.g a specific DB table).

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_job::Google::Cloud::Datastream::V1::BackfillJob

Returns The latest backfill job that was initiated for the stream object.

Returns:



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation time of the object.

Returns:



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Required. Display name.

Returns:

  • (::String)

    Required. Display name.



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#errors::Array<::Google::Cloud::Datastream::V1::Error> (readonly)

Returns Output only. Active errors on the object.

Returns:



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. The object resource's name.

Returns:

  • (::String)

    Output only. The object resource's name.



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_object::Google::Cloud::Datastream::V1::SourceObjectIdentifier

Returns The object identifier in the data source.

Returns:



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last update time of the object.

Returns:



934
935
936
937
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 934

class StreamObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end