Class: Google::Cloud::ContactCenterInsights::V1::View

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which this view was created.

Returns:



1456
1457
1458
1459
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1456

class View
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns The human-readable display name of the view.

Returns:

  • (::String)

    The human-readable display name of the view.



1456
1457
1458
1459
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1456

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}.

Returns:

  • (::String)

    Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}



1456
1457
1458
1459
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1456

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.

Returns:



1456
1457
1458
1459
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1456

class View
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns String with specific view properties, must be non-empty.

Returns:

  • (::String)

    String with specific view properties, must be non-empty.



1456
1457
1458
1459
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1456

class View
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end