Class: Google::Cloud::ContactCenterInsights::V1::View
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::View
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The View resource.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
The human-readable display name of the view.
-
#name ⇒ ::String
Immutable.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#value ⇒ ::String
String with specific view properties, must be non-empty.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this view was created.
1414 1415 1416 1417 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1414 class View include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The human-readable display name of the view.
1414 1415 1416 1417 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1414 class View include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}.
1414 1415 1416 1417 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1414 class View include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The most recent time at which the view was updated.
1414 1415 1416 1417 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1414 class View include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |