Class: Google::Cloud::Support::V2beta::Actor
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::Actor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/actor.rb
Overview
An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The name to display for the actor.
-
#email ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#google_support ⇒ ::Boolean
readonly
Output only.
-
#username ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
Returns The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
52 53 54 55 |
# File 'proto_docs/google/cloud/support/v2beta/actor.rb', line 52 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated.
This field is deprecated. Use username instead.
52 53 54 55 |
# File 'proto_docs/google/cloud/support/v2beta/actor.rb', line 52 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_support ⇒ ::Boolean (readonly)
Returns Output only. Whether the actor is a Google support actor.
52 53 54 55 |
# File 'proto_docs/google/cloud/support/v2beta/actor.rb', line 52 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String (readonly)
Returns Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
52 53 54 55 |
# File 'proto_docs/google/cloud/support/v2beta/actor.rb', line 52 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |