Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::ListSACAttachmentsRequest (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::ListSACAttachmentsRequest.

Request for ListSACAttachments method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. An expression that filters the list of results.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. An expression that filters the list of results.
Returns
  • (::String) — Optional. An expression that filters the list of results.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Sort the results by a certain order.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Sort the results by a certain order.
Returns
  • (::String) — Optional. Sort the results by a certain order.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A token identifying a page of results the server should return.
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, in the form projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, in the form projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent, in the form projects/{project}/locations/{location}.