Class: Google::Cloud::Video::Stitcher::V1::ResponseMetadata

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

Overview

Metadata for the response of an ad request.

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns The body of the response.

Returns:

  • (::String)

    The body of the response.



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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

#duration::Google::Protobuf::Duration

Returns Total time elapsed for the response.

Returns:



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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

#error::String

Returns Error message received when making the ad request.

Returns:

  • (::String)

    Error message received when making the ad request.



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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

#headers::Google::Protobuf::Struct

Returns Headers from the response.

Returns:



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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

#size_bytes::Integer

Returns Size in bytes of the response.

Returns:

  • (::Integer)

    Size in bytes of the response.



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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

#status_code::String

Returns Status code for the response.

Returns:

  • (::String)

    Status code for the response.



98
99
100
101
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98

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