Autogenerated update (2018-06-22)

Update:
- cloudbuild_v1
- cloudtasks_v2beta2
- container_v1beta1
- oslogin_v1alpha
- oslogin_v1beta
- videointelligence_v1
This commit is contained in:
Google APIs 2018-06-22 00:37:19 +00:00
parent 144cbed26d
commit 4dc32ab397
9 changed files with 38 additions and 43 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/container-builder/docs/ # @see https://cloud.google.com/container-builder/docs/
module CloudbuildV1 module CloudbuildV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20180615' REVISION = '20180621'
# 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

@ -142,8 +142,8 @@ module Google
# @return [Google::Apis::CloudbuildV1::Artifacts] # @return [Google::Apis::CloudbuildV1::Artifacts]
attr_accessor :artifacts attr_accessor :artifacts
# Output only. The ID of the `BuildTrigger` that triggered this build, if it was # Output only. The ID of the `BuildTrigger` that triggered this build, if it
# triggered automatically. # was triggered automatically.
# Corresponds to the JSON property `buildTriggerId` # Corresponds to the JSON property `buildTriggerId`
# @return [String] # @return [String]
attr_accessor :build_trigger_id attr_accessor :build_trigger_id

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/cloud-tasks/ # @see https://cloud.google.com/cloud-tasks/
module CloudtasksV2beta2 module CloudtasksV2beta2
VERSION = 'V2beta2' VERSION = 'V2beta2'
REVISION = '20180618' REVISION = '20180620'
# 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

@ -268,11 +268,6 @@ module Google
# If instance is empty, then the task # If instance is empty, then the task
# will be sent to an instance which is available when the task is # will be sent to an instance which is available when the task is
# attempted. # attempted.
# When service is "default",
# version is "default", and
# instance is empty,
# host is shortened to just the
# `application_domain_name`.
# If service, # If service,
# version, or # version, or
# instance is invalid, then the task # instance is invalid, then the task
@ -299,7 +294,7 @@ module Google
# App service. # App service.
# By default, the task is sent to the service which is the default # By default, the task is sent to the service which is the default
# service when the task is attempted ("default"). # service when the task is attempted.
# For some queues or tasks which were created using the App Engine # For some queues or tasks which were created using the App Engine
# Task Queue API, host is not parsable # Task Queue API, host is not parsable
# into service, # into service,
@ -317,7 +312,7 @@ module Google
# App version. # App version.
# By default, the task is sent to the version which is the default # By default, the task is sent to the version which is the default
# version when the task is attempted ("default"). # version when the task is attempted.
# For some queues or tasks which were created using the App Engine # For some queues or tasks which were created using the App Engine
# Task Queue API, host is not parsable # Task Queue API, host is not parsable
# into service, # into service,

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/container-engine/ # @see https://cloud.google.com/container-engine/
module ContainerV1beta1 module ContainerV1beta1
VERSION = 'V1beta1' VERSION = 'V1beta1'
REVISION = '20180524' REVISION = '20180607'
# 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

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/compute/docs/oslogin/rest/ # @see https://cloud.google.com/compute/docs/oslogin/rest/
module OsloginV1alpha module OsloginV1alpha
VERSION = 'V1alpha' VERSION = 'V1alpha'
REVISION = '20180430' REVISION = '20180617'
# 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

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/compute/docs/oslogin/rest/ # @see https://cloud.google.com/compute/docs/oslogin/rest/
module OsloginV1beta module OsloginV1beta
VERSION = 'V1beta' VERSION = 'V1beta'
REVISION = '20180413' REVISION = '20180617'
# 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

@ -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 = '20180604' REVISION = '20180619'
# 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
# Output only. Video file location in # 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
# Output only. Approximate percentage processed thus far. Guaranteed to be # Approximate percentage processed thus far. 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
# Output only. Time when the request was received. # 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
# Output only. Time of the most recent update. # 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
# Output only. Video file location in # 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
# Non-streaming request only. Video segments to annotate. The segments may # Video segments to annotate. The segments may overlap and are not required
# overlap and are not required to be contiguous or span the whole video. If # to be contiguous or span the whole video. If unspecified, each video is
# unspecified, each video is treated as a single segment. # 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
@ -804,24 +804,24 @@ module Google
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Output only. Video file location in # 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
# Output only. Approximate percentage processed thus far. Guaranteed to be # Approximate percentage processed thus far. 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
# Output only. Time when the request was received. # 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
# Output only. Time of the most recent update. # 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
@ -899,7 +899,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
# Output only. Video file location in # 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]
@ -1182,7 +1182,7 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Output only. The confidence estimate between 0.0 and 1.0. A higher number # The confidence estimate between 0.0 and 1.0. A higher number
# indicates an estimated greater likelihood that the recognized words are # indicates an estimated greater likelihood that the recognized words are
# correct. This field is typically provided only for the top hypothesis, and # correct. This field is typically provided only for the top hypothesis, and
# only for `is_final=true` results. Clients should not rely on the # only for `is_final=true` results. Clients should not rely on the
@ -1192,12 +1192,12 @@ module Google
# @return [Float] # @return [Float]
attr_accessor :confidence attr_accessor :confidence
# Output only. Transcript text representing the words that the user spoke. # Transcript text representing the words that the user spoke.
# Corresponds to the JSON property `transcript` # Corresponds to the JSON property `transcript`
# @return [String] # @return [String]
attr_accessor :transcript attr_accessor :transcript
# Output only. A list of word-specific information for each recognized word. # A list of word-specific information for each recognized word.
# Corresponds to the JSON property `words` # Corresponds to the JSON property `words`
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1WordInfo>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1WordInfo>]
attr_accessor :words attr_accessor :words
@ -1218,10 +1218,10 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Output only. May contain one or more recognition hypotheses (up to the # May contain one or more recognition hypotheses (up to the maximum specified
# maximum specified in `max_alternatives`). # in `max_alternatives`). These alternatives are ordered in terms of
# These alternatives are ordered in terms of accuracy, with the top (first) # accuracy, with the top (first) alternative being the most probable, as
# alternative being the most probable, as ranked by the recognizer. # ranked by the recognizer.
# Corresponds to the JSON property `alternatives` # Corresponds to the JSON property `alternatives`
# @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative>] # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative>]
attr_accessor :alternatives attr_accessor :alternatives
@ -1240,24 +1240,24 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Output only. Video file location in # 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
# Output only. Approximate percentage processed thus far. Guaranteed to be # Approximate percentage processed thus far. 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
# Output only. Time when the request was received. # 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
# Output only. Time of the most recent update. # 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
@ -1335,7 +1335,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
# Output only. Video file location in # 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]
@ -1413,7 +1413,7 @@ module Google
class GoogleCloudVideointelligenceV1p1beta1WordInfo class GoogleCloudVideointelligenceV1p1beta1WordInfo
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# Output only. Time offset relative to the beginning of the audio, and # Time offset relative to the beginning of the audio, and
# corresponding to the end of the spoken word. This field is only set if # corresponding to the end of the spoken word. This field is only set if
# `enable_word_time_offsets=true` and only in the top hypothesis. This is an # `enable_word_time_offsets=true` and only in the top hypothesis. This is an
# experimental feature and the accuracy of the time offset can vary. # experimental feature and the accuracy of the time offset can vary.
@ -1421,7 +1421,7 @@ module Google
# @return [String] # @return [String]
attr_accessor :end_time attr_accessor :end_time
# Output only. Time offset relative to the beginning of the audio, and # Time offset relative to the beginning of the audio, and
# corresponding to the start of the spoken word. This field is only set if # corresponding to the start of the spoken word. This field is only set if
# `enable_word_time_offsets=true` and only in the top hypothesis. This is an # `enable_word_time_offsets=true` and only in the top hypothesis. This is an
# experimental feature and the accuracy of the time offset can vary. # experimental feature and the accuracy of the time offset can vary.
@ -1429,7 +1429,7 @@ module Google
# @return [String] # @return [String]
attr_accessor :start_time attr_accessor :start_time
# Output only. The word corresponding to this set of information. # The word corresponding to this set of information.
# Corresponds to the JSON property `word` # Corresponds to the JSON property `word`
# @return [String] # @return [String]
attr_accessor :word attr_accessor :word