Class: Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ListVpcFlowLogsConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb
Overview
Request for the ListVpcFlowLogsConfigs
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Lists the VpcFlowLogsConfigs
that match the filter expression.
A filter expression must use the supported CEL logic operators.
44 45 46 47 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 44 class ListVpcFlowLogsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Field to use to sort the list.
44 45 46 47 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 44 class ListVpcFlowLogsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Number of VpcFlowLogsConfigs
to return.
44 45 46 47 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 44 class ListVpcFlowLogsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token from an earlier query, as returned in
next_page_token
.
44 45 46 47 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 44 class ListVpcFlowLogsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the VpcFlowLogsConfig:
projects/{project_id}/locations/global
.
44 45 46 47 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 44 class ListVpcFlowLogsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |