Class: Google::Cloud::Dataflow::V1beta3::TemplateMetadata

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

Overview

Metadata describing a template.

Instance Attribute Summary collapse

Instance Attribute Details

#default_streaming_mode::String

Returns Optional. Indicates the default streaming mode for a streaming template. Only valid if both supports_at_least_once and supports_exactly_once are true. Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE.

Returns:

  • (::String)

    Optional. Indicates the default streaming mode for a streaming template. Only valid if both supports_at_least_once and supports_exactly_once are true. Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#description::String

Returns Optional. A description of the template.

Returns:

  • (::String)

    Optional. A description of the template.



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#name::String

Returns Required. The name of the template.

Returns:

  • (::String)

    Required. The name of the template.



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#parameters::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>

Returns The parameters for the template.

Returns:



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#streaming::Boolean

Returns Optional. Indicates if the template is streaming or not.

Returns:

  • (::Boolean)

    Optional. Indicates if the template is streaming or not.



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#supports_at_least_once::Boolean

Returns Optional. Indicates if the streaming template supports at least once mode.

Returns:

  • (::Boolean)

    Optional. Indicates if the streaming template supports at least once mode.



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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

#supports_exactly_once::Boolean

Returns Optional. Indicates if the streaming template supports exactly once mode.

Returns:

  • (::Boolean)

    Optional. Indicates if the streaming template supports exactly once mode.



500
501
502
503
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500

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