From ef248bdeb8a1375bb06493d1a6afe4905d17f4ef Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 4 May 2018 00:36:32 +0000 Subject: [PATCH] Autogenerated update (2018-05-04) Update: - admin_reports_v1 - cloudtrace_v1 - videointelligence_v1 - videointelligence_v1beta1 - videointelligence_v1beta2 - youtube_partner_v1 --- generated/google/apis/admin_reports_v1.rb | 2 +- generated/google/apis/cloudtrace_v1.rb | 2 +- .../google/apis/cloudtrace_v1/classes.rb | 2 +- generated/google/apis/videointelligence_v1.rb | 2 +- .../apis/videointelligence_v1/classes.rb | 42 +++++++++---------- .../google/apis/videointelligence_v1beta1.rb | 2 +- .../apis/videointelligence_v1beta1/classes.rb | 36 ++++++++-------- .../google/apis/videointelligence_v1beta2.rb | 2 +- .../apis/videointelligence_v1beta2/classes.rb | 42 +++++++++---------- generated/google/apis/youtube_partner_v1.rb | 2 +- 10 files changed, 67 insertions(+), 67 deletions(-) diff --git a/generated/google/apis/admin_reports_v1.rb b/generated/google/apis/admin_reports_v1.rb index db368b083..19bf8c4ce 100644 --- a/generated/google/apis/admin_reports_v1.rb +++ b/generated/google/apis/admin_reports_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/admin-sdk/reports/ module AdminReportsV1 VERSION = 'ReportsV1' - REVISION = '20180110' + REVISION = '20180430' # View audit reports for your G Suite domain AUTH_ADMIN_REPORTS_AUDIT_READONLY = 'https://www.googleapis.com/auth/admin.reports.audit.readonly' diff --git a/generated/google/apis/cloudtrace_v1.rb b/generated/google/apis/cloudtrace_v1.rb index d3b41cc87..aee91dde6 100644 --- a/generated/google/apis/cloudtrace_v1.rb +++ b/generated/google/apis/cloudtrace_v1.rb @@ -27,7 +27,7 @@ module Google # @see https://cloud.google.com/trace module CloudtraceV1 VERSION = 'V1' - REVISION = '20180312' + REVISION = '20180430' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/cloudtrace_v1/classes.rb b/generated/google/apis/cloudtrace_v1/classes.rb index b2b2ae744..14a81460a 100644 --- a/generated/google/apis/cloudtrace_v1/classes.rb +++ b/generated/google/apis/cloudtrace_v1/classes.rb @@ -52,7 +52,7 @@ module Google # @return [String] attr_accessor :next_page_token - # List of trace records returned. + # List of trace records as specified by the view parameter. # Corresponds to the JSON property `traces` # @return [Array] attr_accessor :traces diff --git a/generated/google/apis/videointelligence_v1.rb b/generated/google/apis/videointelligence_v1.rb index c3618d580..40175ee54 100644 --- a/generated/google/apis/videointelligence_v1.rb +++ b/generated/google/apis/videointelligence_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/video-intelligence/docs/ module VideointelligenceV1 VERSION = 'V1' - REVISION = '20180411' + REVISION = '20180502' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/videointelligence_v1/classes.rb b/generated/google/apis/videointelligence_v1/classes.rb index e74d56ac8..34365fa39 100644 --- a/generated/google/apis/videointelligence_v1/classes.rb +++ b/generated/google/apis/videointelligence_v1/classes.rb @@ -387,24 +387,24 @@ module Google class GoogleCloudVideointelligenceV1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -482,7 +482,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -535,9 +535,9 @@ module Google # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelDetectionConfig] attr_accessor :label_detection_config - # Video segments to annotate. The segments may overlap and are not required - # to be contiguous or span the whole video. If unspecified, each video - # is treated as a single segment. + # Non-streaming request only. Video segments to annotate. The segments may + # overlap and are not required to be contiguous or span the whole video. If + # unspecified, each video is treated as a single segment. # Corresponds to the JSON property `segments` # @return [Array] attr_accessor :segments @@ -1108,24 +1108,24 @@ module Google class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1203,7 +1203,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -1707,24 +1707,24 @@ module Google class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1807,7 +1807,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] diff --git a/generated/google/apis/videointelligence_v1beta1.rb b/generated/google/apis/videointelligence_v1beta1.rb index 6106d75ff..f6a6f8105 100644 --- a/generated/google/apis/videointelligence_v1beta1.rb +++ b/generated/google/apis/videointelligence_v1beta1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/video-intelligence/docs/ module VideointelligenceV1beta1 VERSION = 'V1beta1' - REVISION = '20180306' + REVISION = '20180502' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/videointelligence_v1beta1/classes.rb b/generated/google/apis/videointelligence_v1beta1/classes.rb index 71cfd4163..a8778cd74 100644 --- a/generated/google/apis/videointelligence_v1beta1/classes.rb +++ b/generated/google/apis/videointelligence_v1beta1/classes.rb @@ -239,24 +239,24 @@ module Google class GoogleCloudVideointelligenceV1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -334,7 +334,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -1045,24 +1045,24 @@ module Google class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1140,7 +1140,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -1644,24 +1644,24 @@ module Google class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1744,7 +1744,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] diff --git a/generated/google/apis/videointelligence_v1beta2.rb b/generated/google/apis/videointelligence_v1beta2.rb index 75fd2e4bd..cd282ab32 100644 --- a/generated/google/apis/videointelligence_v1beta2.rb +++ b/generated/google/apis/videointelligence_v1beta2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/video-intelligence/docs/ module VideointelligenceV1beta2 VERSION = 'V1beta2' - REVISION = '20180411' + REVISION = '20180502' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/videointelligence_v1beta2/classes.rb b/generated/google/apis/videointelligence_v1beta2/classes.rb index 330630bf7..123aa449f 100644 --- a/generated/google/apis/videointelligence_v1beta2/classes.rb +++ b/generated/google/apis/videointelligence_v1beta2/classes.rb @@ -239,24 +239,24 @@ module Google class GoogleCloudVideointelligenceV1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -334,7 +334,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -1069,24 +1069,24 @@ module Google class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1164,7 +1164,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] @@ -1217,9 +1217,9 @@ module Google # @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelDetectionConfig] attr_accessor :label_detection_config - # Video segments to annotate. The segments may overlap and are not required - # to be contiguous or span the whole video. If unspecified, each video - # is treated as a single segment. + # Non-streaming request only. Video segments to annotate. The segments may + # overlap and are not required to be contiguous or span the whole video. If + # unspecified, each video is treated as a single segment. # Corresponds to the JSON property `segments` # @return [Array] attr_accessor :segments @@ -1707,24 +1707,24 @@ module Google class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress include Google::Apis::Core::Hashable - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] attr_accessor :input_uri - # Approximate percentage processed thus far. - # Guaranteed to be 100 when fully processed. + # Output only. Approximate percentage processed thus far. Guaranteed to be + # 100 when fully processed. # Corresponds to the JSON property `progressPercent` # @return [Fixnum] attr_accessor :progress_percent - # Time when the request was received. + # Output only. Time when the request was received. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Time of the most recent update. + # Output only. Time of the most recent update. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -1807,7 +1807,7 @@ module Google # @return [Array] attr_accessor :frame_label_annotations - # Video file location in + # Output only. Video file location in # [Google Cloud Storage](https://cloud.google.com/storage/). # Corresponds to the JSON property `inputUri` # @return [String] diff --git a/generated/google/apis/youtube_partner_v1.rb b/generated/google/apis/youtube_partner_v1.rb index 38fbc3014..f5eb2486d 100644 --- a/generated/google/apis/youtube_partner_v1.rb +++ b/generated/google/apis/youtube_partner_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/youtube/partner/ module YoutubePartnerV1 VERSION = 'V1' - REVISION = '20180423' + REVISION = '20180430' # View and manage your assets and associated content on YouTube AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner'