Class: Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Response for the ListTrustConfigs
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included. -
#trust_configs ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>
A list of TrustConfigs for the parent resource.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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 of next_page_token
as page_token
.
62 63 64 65 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 62 class ListTrustConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trust_configs ⇒ ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig>
Returns A list of TrustConfigs for the parent resource.
62 63 64 65 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 62 class ListTrustConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
62 63 64 65 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 62 class ListTrustConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |