Autogenerated update (2018-05-04)

Update:
- admin_reports_v1
- cloudtrace_v1
- videointelligence_v1
- videointelligence_v1beta1
- videointelligence_v1beta2
- youtube_partner_v1
This commit is contained in:
Google APIs 2018-05-04 00:36:32 +00:00
parent bbfc0d45ac
commit ef248bdeb8
10 changed files with 67 additions and 67 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/admin-sdk/reports/ # @see https://developers.google.com/admin-sdk/reports/
module AdminReportsV1 module AdminReportsV1
VERSION = 'ReportsV1' VERSION = 'ReportsV1'
REVISION = '20180110' REVISION = '20180430'
# View audit reports for your G Suite domain # View audit reports for your G Suite domain
AUTH_ADMIN_REPORTS_AUDIT_READONLY = 'https://www.googleapis.com/auth/admin.reports.audit.readonly' AUTH_ADMIN_REPORTS_AUDIT_READONLY = 'https://www.googleapis.com/auth/admin.reports.audit.readonly'

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/trace # @see https://cloud.google.com/trace
module CloudtraceV1 module CloudtraceV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180312' REVISION = '20180430'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -52,7 +52,7 @@ module Google
# @return [String] # @return [String]
attr_accessor :next_page_token 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` # Corresponds to the JSON property `traces`
# @return [Array<Google::Apis::CloudtraceV1::Trace>] # @return [Array<Google::Apis::CloudtraceV1::Trace>]
attr_accessor :traces attr_accessor :traces

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/video-intelligence/docs/ # @see https://cloud.google.com/video-intelligence/docs/
module VideointelligenceV1 module VideointelligenceV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180411' REVISION = '20180502'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -387,24 +387,24 @@ module Google
class GoogleCloudVideointelligenceV1VideoAnnotationProgress class GoogleCloudVideointelligenceV1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -482,7 +482,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -535,9 +535,9 @@ module Google
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelDetectionConfig] # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1LabelDetectionConfig]
attr_accessor :label_detection_config attr_accessor :label_detection_config
# Video segments to annotate. The segments may overlap and are not required # Non-streaming request only. Video segments to annotate. The segments may
# to be contiguous or span the whole video. If unspecified, each video # overlap and are not required to be contiguous or span the whole video. If
# is treated as a single segment. # unspecified, each video is treated as a single segment.
# Corresponds to the JSON property `segments` # Corresponds to the JSON property `segments`
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1VideoSegment>]
attr_accessor :segments attr_accessor :segments
@ -1108,24 +1108,24 @@ module Google
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1203,7 +1203,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -1707,24 +1707,24 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1807,7 +1807,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/video-intelligence/docs/ # @see https://cloud.google.com/video-intelligence/docs/
module VideointelligenceV1beta1 module VideointelligenceV1beta1
VERSION = 'V1beta1' VERSION = 'V1beta1'
REVISION = '20180306' REVISION = '20180502'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -239,24 +239,24 @@ module Google
class GoogleCloudVideointelligenceV1VideoAnnotationProgress class GoogleCloudVideointelligenceV1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -334,7 +334,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -1045,24 +1045,24 @@ module Google
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1140,7 +1140,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -1644,24 +1644,24 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1744,7 +1744,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/video-intelligence/docs/ # @see https://cloud.google.com/video-intelligence/docs/
module VideointelligenceV1beta2 module VideointelligenceV1beta2
VERSION = 'V1beta2' VERSION = 'V1beta2'
REVISION = '20180411' REVISION = '20180502'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -239,24 +239,24 @@ module Google
class GoogleCloudVideointelligenceV1VideoAnnotationProgress class GoogleCloudVideointelligenceV1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -334,7 +334,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -1069,24 +1069,24 @@ module Google
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1164,7 +1164,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
@ -1217,9 +1217,9 @@ module Google
# @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelDetectionConfig] # @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2LabelDetectionConfig]
attr_accessor :label_detection_config attr_accessor :label_detection_config
# Video segments to annotate. The segments may overlap and are not required # Non-streaming request only. Video segments to annotate. The segments may
# to be contiguous or span the whole video. If unspecified, each video # overlap and are not required to be contiguous or span the whole video. If
# is treated as a single segment. # unspecified, each video is treated as a single segment.
# Corresponds to the JSON property `segments` # Corresponds to the JSON property `segments`
# @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment>] # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoSegment>]
attr_accessor :segments attr_accessor :segments
@ -1707,24 +1707,24 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]
attr_accessor :input_uri attr_accessor :input_uri
# Approximate percentage processed thus far. # Output only. Approximate percentage processed thus far. Guaranteed to be
# Guaranteed to be 100 when fully processed. # 100 when fully processed.
# Corresponds to the JSON property `progressPercent` # Corresponds to the JSON property `progressPercent`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :progress_percent attr_accessor :progress_percent
# Time when the request was received. # Output only. Time when the request was received.
# Corresponds to the JSON property `startTime` # Corresponds to the JSON property `startTime`
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Time of the most recent update. # Output only. Time of the most recent update.
# Corresponds to the JSON property `updateTime` # Corresponds to the JSON property `updateTime`
# @return [String] # @return [String]
attr_accessor :update_time attr_accessor :update_time
@ -1807,7 +1807,7 @@ module Google
# @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>] # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation>]
attr_accessor :frame_label_annotations attr_accessor :frame_label_annotations
# Video file location in # Output only. Video file location in
# [Google Cloud Storage](https://cloud.google.com/storage/). # [Google Cloud Storage](https://cloud.google.com/storage/).
# Corresponds to the JSON property `inputUri` # Corresponds to the JSON property `inputUri`
# @return [String] # @return [String]

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/youtube/partner/ # @see https://developers.google.com/youtube/partner/
module YoutubePartnerV1 module YoutubePartnerV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180423' REVISION = '20180430'
# View and manage your assets and associated content on YouTube # View and manage your assets and associated content on YouTube
AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner' AUTH_YOUTUBEPARTNER = 'https://www.googleapis.com/auth/youtubepartner'