Class: Google::Cloud::ApiGateway::V1::ListApiConfigsRequest

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

Overview

Request message for ApiGatewayService.ListApiConfigs

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter.

Returns:

  • (::String)

    Filter.



491
492
493
494
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 491

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

#order_by::String

Returns Order by parameters.

Returns:

  • (::String)

    Order by parameters.



491
492
493
494
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 491

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

#page_size::Integer

Returns Page size.

Returns:

  • (::Integer)

    Page size.



491
492
493
494
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 491

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

#page_token::String

Returns Page token.

Returns:

  • (::String)

    Page token.



491
492
493
494
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 491

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

#parent::String

Returns Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*.

Returns:

  • (::String)

    Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*



491
492
493
494
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 491

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