Class: Google::Cloud::Datastream::V1::StreamObject
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::StreamObject
- 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
-
#backfill_job ⇒ ::Google::Cloud::Datastream::V1::BackfillJob
The latest backfill job that was initiated for the stream object.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#errors ⇒ ::Array<::Google::Cloud::Datastream::V1::Error>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#source_object ⇒ ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
The object identifier in the data source.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#backfill_job ⇒ ::Google::Cloud::Datastream::V1::BackfillJob
Returns The latest backfill job that was initiated for the stream object.
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.
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.
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.
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.
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.
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.
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 |