Class: Google::Analytics::Admin::V1alpha::ListMeasurementProtocolSecretsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListMeasurementProtocolSecretsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListMeasurementProtocolSecret RPC
Instance Attribute Summary collapse
-
#measurement_protocol_secrets ⇒ ::Array<::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret>
A list of secrets for the parent stream specified in the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#measurement_protocol_secrets ⇒ ::Array<::Google::Analytics::Admin::V1alpha::MeasurementProtocolSecret>
Returns A list of secrets for the parent stream specified in the request.
707 708 709 710 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 707 class ListMeasurementProtocolSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
707 708 709 710 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 707 class ListMeasurementProtocolSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |