Class: Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Response for the ListCertificateMapEntries
method.
Instance Attribute Summary collapse
-
#certificate_map_entries ⇒ ::Array<::Google::Cloud::CertificateManager::V1::CertificateMapEntry>
A list of certificate map entries for the parent resource.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#certificate_map_entries ⇒ ::Array<::Google::Cloud::CertificateManager::V1::CertificateMapEntry>
Returns A list of certificate map entries for the parent resource.
253 254 255 256 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 253 class ListCertificateMapEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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
.
253 254 255 256 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 253 class ListCertificateMapEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
253 254 255 256 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 253 class ListCertificateMapEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |