Class: Google::Apis::DataflowV1b3::SourceGetMetadataResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DataflowV1b3::SourceGetMetadataResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
 generated/google/apis/dataflow_v1b3/representations.rb,
 generated/google/apis/dataflow_v1b3/representations.rb
Overview
The result of a SourceGetMetadataOperation.
Instance Attribute Summary collapse
- 
  
    
      #metadata  ⇒ Google::Apis::DataflowV1b3::SourceMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metadata about a Source useful for automatically optimizing and tuning the pipeline, etc. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SourceGetMetadataResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SourceGetMetadataResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SourceGetMetadataResponse
Returns a new instance of SourceGetMetadataResponse
| 3451 3452 3453 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3451 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#metadata ⇒ Google::Apis::DataflowV1b3::SourceMetadata
Metadata about a Source useful for automatically optimizing
and tuning the pipeline, etc.
Corresponds to the JSON property metadata
| 3449 3450 3451 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3449 def @metadata end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3456 3457 3458 | # File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3456 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) end |