Class: Google::Cloud::Functions::V2::ListRuntimesRequest

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

Overview

Request for the ListRuntimes method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns:

  • (::String)

    The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.



826
827
828
829
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 826

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

#parent::String

Returns Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*



826
827
828
829
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 826

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