Class: Google::Cloud::Dataflow::V1beta3::JobMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.

Defined Under Namespace

Classes: UserDisplayPropertiesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#big_table_details::Array<::Google::Cloud::Dataflow::V1beta3::BigTableIODetails>

Returns Identification of a Cloud Bigtable source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#bigquery_details::Array<::Google::Cloud::Dataflow::V1beta3::BigQueryIODetails>

Returns Identification of a BigQuery source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#datastore_details::Array<::Google::Cloud::Dataflow::V1beta3::DatastoreIODetails>

Returns Identification of a Datastore source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#file_details::Array<::Google::Cloud::Dataflow::V1beta3::FileIODetails>

Returns Identification of a File source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#pubsub_details::Array<::Google::Cloud::Dataflow::V1beta3::PubSubIODetails>

Returns Identification of a Pub/Sub source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#sdk_version::Google::Cloud::Dataflow::V1beta3::SdkVersion

Returns The SDK version used to run the job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#spanner_details::Array<::Google::Cloud::Dataflow::V1beta3::SpannerIODetails>

Returns Identification of a Spanner source used in the Dataflow job.

Returns:



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#user_display_properties::Google::Protobuf::Map{::String => ::String}

Returns List of display properties to help UI filter jobs.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    List of display properties to help UI filter jobs.



447
448
449
450
451
452
453
454
455
456
457
458
459
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 447

class JobMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class UserDisplayPropertiesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end