Cloud Functions V2 API - Class Google::Cloud::Functions::V2::ListRuntimesRequest (v0.7.0)

Reference documentation and code samples for the Cloud Functions V2 API class Google::Cloud::Functions::V2::ListRuntimesRequest.

Request for the ListRuntimes method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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/*