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- (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.
#filter=
def filter=(value) -> ::String- value (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.
- (::String) — Optional. The filter to be applied on the resource, as defined by AIP-160: Filtering.
#order_by
def order_by() -> ::String-
(::String) — Optional. The sort order for the results. The following values are
supported:
namename desc
If you do not specify a value, then the results are not sorted.
#order_by=
def order_by=(value) -> ::String-
value (::String) — Optional. The sort order for the results. The following values are
supported:
namename desc
If you do not specify a value, then the results are not sorted.
-
(::String) — Optional. The sort order for the results. The following values are
supported:
namename desc
If you do not specify a value, then the results are not sorted.
#page_size
def page_size() -> ::Integer- (::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- value (::Integer) — Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
- (::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- (::String) — Optional. A token that identifies a page of results the server should return.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. A token that identifies a page of results the server should return.
- (::String) — Optional. A token that identifies a page of results the server should return.
#parent
def parent() -> ::String-
(::String) — Required. The parent resource of the framework deployment, in the format
organizations/{organization}/locations/{location}. The only supported location isglobal.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent resource of the framework deployment, in the format
organizations/{organization}/locations/{location}. The only supported location isglobal.
-
(::String) — Required. The parent resource of the framework deployment, in the format
organizations/{organization}/locations/{location}. The only supported location isglobal.