Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlDeploymentsRequest.
Request message for ListCloudControlDeployments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.
Returns
- (::String) — Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).
Returns
- (::String) — Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).
#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. parent resource of the CloudControlDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. parent resource of the CloudControlDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
Returns
- (::String) — Required. parent resource of the CloudControlDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.