Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsRequest (v1.5.0)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsRequest.

Request for the ListVpcFlowLogsConfigs method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Lists the VpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported CEL logic operators.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Lists the VpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported CEL logic operators.
Returns
  • (::String) — Optional. Lists the VpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported CEL logic operators.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Field to use to sort the list.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Field to use to sort the list.
Returns
  • (::String) — Optional. Field to use to sort the list.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Number of VpcFlowLogsConfigs to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Number of VpcFlowLogsConfigs to return.
Returns
  • (::Integer) — Optional. Number of VpcFlowLogsConfigs to return.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Page token from an earlier query, as returned in next_page_token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Page token from an earlier query, as returned in next_page_token.
Returns
  • (::String) — Optional. Page token from an earlier query, as returned in next_page_token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the VpcFlowLogsConfig: projects/{project_id}/locations/global

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the VpcFlowLogsConfig: projects/{project_id}/locations/global
Returns
  • (::String) — Required. The parent resource of the VpcFlowLogsConfig: projects/{project_id}/locations/global