Class: Google::Shopping::Css::V1::MethodDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/quota.rb

Overview

The method details per method in the CSS API.

Instance Attribute Summary collapse

Instance Attribute Details

#method::String (readonly)

Returns Output only. The name of the method for example cssproductsservice.listcssproducts.

Returns:

  • (::String)

    Output only. The name of the method for example cssproductsservice.listcssproducts.



68
69
70
71
# File 'proto_docs/google/shopping/css/v1/quota.rb', line 68

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

#path::String (readonly)

Returns Output only. The path for the method such as v1/cssproductsservice.listcssproducts.

Returns:

  • (::String)

    Output only. The path for the method such as v1/cssproductsservice.listcssproducts.



68
69
70
71
# File 'proto_docs/google/shopping/css/v1/quota.rb', line 68

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

#subapi::String (readonly)

Returns Output only. The sub-API that the method belongs to. In the CSS API, this is always css.

Returns:

  • (::String)

    Output only. The sub-API that the method belongs to. In the CSS API, this is always css.



68
69
70
71
# File 'proto_docs/google/shopping/css/v1/quota.rb', line 68

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

#version::String (readonly)

Returns Output only. The API version that the method belongs to.

Returns:

  • (::String)

    Output only. The API version that the method belongs to.



68
69
70
71
# File 'proto_docs/google/shopping/css/v1/quota.rb', line 68

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