Class: Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata for initializing a location-level encryption specification.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Partial errors during initialising operation that might cause the operation output to be incomplete.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecRequest
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
1195 1196 1197 1198 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1195 class InitializeEncryptionSpecMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
1195 1196 1197 1198 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1195 class InitializeEncryptionSpecMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Returns Partial errors during initialising operation that might cause the operation output to be incomplete.
1195 1196 1197 1198 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1195 class InitializeEncryptionSpecMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::InitializeEncryptionSpecRequest (readonly)
Returns Output only. The original request for initialization.
1195 1196 1197 1198 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1195 class InitializeEncryptionSpecMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |