@@ -4889,17 +4889,17 @@ class GooglePrivacyDlpV2DlpJob
48894889 # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ActionDetails>]
48904890 attr_accessor :action_details
48914891
4892- # Time when the job was created.
4892+ # Output only. Time when the job was created.
48934893 # Corresponds to the JSON property `createTime`
48944894 # @return [String]
48954895 attr_accessor :create_time
48964896
4897- # Time when the job finished.
4897+ # Output only. Time when the job finished.
48984898 # Corresponds to the JSON property `endTime`
48994899 # @return [String]
49004900 attr_accessor :end_time
49014901
4902- # A stream of errors encountered running the job.
4902+ # Output only. A stream of errors encountered running the job.
49034903 # Corresponds to the JSON property `errors`
49044904 # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
49054905 attr_accessor :errors
@@ -4909,18 +4909,18 @@ class GooglePrivacyDlpV2DlpJob
49094909 # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails]
49104910 attr_accessor :inspect_details
49114911
4912- # If created by a job trigger, the resource name of the trigger that
4913- # instantiated the job.
4912+ # Output only. If created by a job trigger, the resource name of the trigger
4913+ # that instantiated the job.
49144914 # Corresponds to the JSON property `jobTriggerName`
49154915 # @return [String]
49164916 attr_accessor :job_trigger_name
49174917
4918- # Time when the job was last modified by the system.
4918+ # Output only. Time when the job was last modified by the system.
49194919 # Corresponds to the JSON property `lastModified`
49204920 # @return [String]
49214921 attr_accessor :last_modified
49224922
4923- # The server-assigned name.
4923+ # Output only. The server-assigned name.
49244924 # Corresponds to the JSON property `name`
49254925 # @return [String]
49264926 attr_accessor :name
@@ -4930,12 +4930,12 @@ class GooglePrivacyDlpV2DlpJob
49304930 # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails]
49314931 attr_accessor :risk_details
49324932
4933- # Time when the job started.
4933+ # Output only. Time when the job started.
49344934 # Corresponds to the JSON property `startTime`
49354935 # @return [String]
49364936 attr_accessor :start_time
49374937
4938- # State of a job.
4938+ # Output only. State of a job.
49394939 # Corresponds to the JSON property `state`
49404940 # @return [String]
49414941 attr_accessor :state
0 commit comments