Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse.
Response for the ListTrustConfigs
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
#trust_configs
def trust_configs() -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>
Returns
- (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>) — A list of TrustConfigs for the parent resource.
#trust_configs=
def trust_configs=(value) -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>
Parameter
- value (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>) — A list of TrustConfigs for the parent resource.
Returns
- (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>) — A list of TrustConfigs for the parent resource.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.