Class: Google::Cloud::RecaptchaEnterprise::V1::SearchRelatedAccountGroupMembershipsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::SearchRelatedAccountGroupMembershipsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The request message to search related account group memberships.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Optional.
-
#hashed_account_id ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#project ⇒ ::String
Required.
Instance Attribute Details
#account_id ⇒ ::String
1793 1794 1795 1796 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1793 class include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hashed_account_id ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Optional. Deprecated: use account_id instead.
The unique stable hashed account identifier used to search connections. The
identifier should correspond to a hashed_account_id provided in a
previous CreateAssessment or AnnotateAssessment call. Either
hashed_account_id or account_id must be set, but not both.
1793 1794 1795 1796 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1793 class include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
1793 1794 1795 1796 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1793 class include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
1793 1794 1795 1796 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1793 class include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
1793 1794 1795 1796 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1793 class include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |