Class: Google::Cloud::ServiceControl::V1::CheckRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/servicecontrol/v1/service_controller.rb

Overview

Request message for the Check method.

Instance Attribute Summary collapse

Instance Attribute Details

#operation::Google::Cloud::ServiceControl::V1::Operation

Returns The operation to be checked.

Returns:



43
44
45
46
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43

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

#service_config_id::String

Returns Specifies which version of service configuration should be used to process the request.

If unspecified or no matching version can be found, the latest one will be used.

Returns:

  • (::String)

    Specifies which version of service configuration should be used to process the request.

    If unspecified or no matching version can be found, the latest one will be used.



43
44
45
46
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43

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

#service_name::String

Returns The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

Returns:

  • (::String)

    The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

    See google.api.Service for the definition of a service name.



43
44
45
46
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 43

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