Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsRequest (v0.2.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsRequest.

The request message for [ListFrameworkDeployments][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.
Returns
  • (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. The sort order for the results. The following values are supported:

    • name
    • name desc

    If you do not specify a value, then the results are not sorted.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. The sort order for the results. The following values are supported:

    • name
    • name desc

    If you do not specify a value, then the results are not sorted.

Returns
  • (::String) — Optional. The sort order for the results. The following values are supported:

    • name
    • name desc

    If you do not specify a value, then the results are not sorted.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
Returns
  • (::Integer) — Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

#page_token

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

#page_token=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.
Returns
  • (::String) — Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.