diff --git a/api_names_out.yaml b/api_names_out.yaml index 0de0e0a0c72..8cac6512cda 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -156559,6 +156559,9 @@ "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceAnnotation/segments/segment": segment "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceAnnotation/thumbnail": thumbnail "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceDetectionAnnotation": google_cloud_videointelligence_v1_face_detection_annotation +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceDetectionAnnotation/thumbnail": thumbnail +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceDetectionAnnotation/tracks": tracks +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceDetectionAnnotation/tracks/track": track "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceDetectionAnnotation/version": version "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceFrame": google_cloud_videointelligence_v1_face_frame "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1_FaceFrame/normalizedBoundingBoxes": normalized_bounding_boxes @@ -156734,6 +156737,9 @@ "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceAnnotation/segments/segment": segment "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceAnnotation/thumbnail": thumbnail "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation": google_cloud_videointelligence_v1beta2_face_detection_annotation +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation/thumbnail": thumbnail +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation/tracks": tracks +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation/tracks/track": track "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation/version": version "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceFrame": google_cloud_videointelligence_v1beta2_face_frame "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1beta2_FaceFrame/normalizedBoundingBoxes": normalized_bounding_boxes @@ -156912,6 +156918,9 @@ "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation/segments/segment": segment "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation/thumbnail": thumbnail "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation": google_cloud_videointelligence_v1p1beta1_face_detection_annotation +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation/thumbnail": thumbnail +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation/tracks": tracks +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation/tracks/track": track "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation/version": version "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceFrame": google_cloud_videointelligence_v1p1beta1_face_frame "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p1beta1_FaceFrame/normalizedBoundingBoxes": normalized_bounding_boxes @@ -157090,6 +157099,9 @@ "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation/segments/segment": segment "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation/thumbnail": thumbnail "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation": google_cloud_videointelligence_v1p2beta1_face_detection_annotation +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation/thumbnail": thumbnail +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation/tracks": tracks +"/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation/tracks/track": track "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation/version": version "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceFrame": google_cloud_videointelligence_v1p2beta1_face_frame "/videointelligence:v1p3beta1/GoogleCloudVideointelligenceV1p2beta1_FaceFrame/normalizedBoundingBoxes": normalized_bounding_boxes diff --git a/generated/google/apis/videointelligence_v1p3beta1.rb b/generated/google/apis/videointelligence_v1p3beta1.rb index 90a8b6dcee7..cae7654df40 100644 --- a/generated/google/apis/videointelligence_v1p3beta1.rb +++ b/generated/google/apis/videointelligence_v1p3beta1.rb @@ -27,7 +27,7 @@ module Apis # @see https://cloud.google.com/video-intelligence/docs/ module VideointelligenceV1p3beta1 VERSION = 'V1p3beta1' - REVISION = '20201002' + REVISION = '20201204' # 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_v1p3beta1/classes.rb b/generated/google/apis/videointelligence_v1p3beta1/classes.rb index 4b94099a5c1..47b354aa997 100644 --- a/generated/google/apis/videointelligence_v1p3beta1/classes.rb +++ b/generated/google/apis/videointelligence_v1p3beta1/classes.rb @@ -251,6 +251,17 @@ def update!(**args) class GoogleCloudVideointelligenceV1FaceDetectionAnnotation include Google::Apis::Core::Hashable + # The thumbnail of a person's face. + # Corresponds to the JSON property `thumbnail` + # NOTE: Values are automatically base64 encoded/decoded in the client library. + # @return [String] + attr_accessor :thumbnail + + # The face tracks with attributes. + # Corresponds to the JSON property `tracks` + # @return [Array] + attr_accessor :tracks + # Feature version. # Corresponds to the JSON property `version` # @return [String] @@ -262,6 +273,8 @@ def initialize(**args) # Update properties of this object def update!(**args) + @thumbnail = args[:thumbnail] if args.key?(:thumbnail) + @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end end @@ -1382,6 +1395,17 @@ def update!(**args) class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation include Google::Apis::Core::Hashable + # The thumbnail of a person's face. + # Corresponds to the JSON property `thumbnail` + # NOTE: Values are automatically base64 encoded/decoded in the client library. + # @return [String] + attr_accessor :thumbnail + + # The face tracks with attributes. + # Corresponds to the JSON property `tracks` + # @return [Array] + attr_accessor :tracks + # Feature version. # Corresponds to the JSON property `version` # @return [String] @@ -1393,6 +1417,8 @@ def initialize(**args) # Update properties of this object def update!(**args) + @thumbnail = args[:thumbnail] if args.key?(:thumbnail) + @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end end @@ -2513,6 +2539,17 @@ def update!(**args) class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation include Google::Apis::Core::Hashable + # The thumbnail of a person's face. + # Corresponds to the JSON property `thumbnail` + # NOTE: Values are automatically base64 encoded/decoded in the client library. + # @return [String] + attr_accessor :thumbnail + + # The face tracks with attributes. + # Corresponds to the JSON property `tracks` + # @return [Array] + attr_accessor :tracks + # Feature version. # Corresponds to the JSON property `version` # @return [String] @@ -2524,6 +2561,8 @@ def initialize(**args) # Update properties of this object def update!(**args) + @thumbnail = args[:thumbnail] if args.key?(:thumbnail) + @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end end @@ -3644,6 +3683,17 @@ def update!(**args) class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation include Google::Apis::Core::Hashable + # The thumbnail of a person's face. + # Corresponds to the JSON property `thumbnail` + # NOTE: Values are automatically base64 encoded/decoded in the client library. + # @return [String] + attr_accessor :thumbnail + + # The face tracks with attributes. + # Corresponds to the JSON property `tracks` + # @return [Array] + attr_accessor :tracks + # Feature version. # Corresponds to the JSON property `version` # @return [String] @@ -3655,6 +3705,8 @@ def initialize(**args) # Update properties of this object def update!(**args) + @thumbnail = args[:thumbnail] if args.key?(:thumbnail) + @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end end @@ -4948,6 +5000,17 @@ def update!(**args) class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation include Google::Apis::Core::Hashable + # The thumbnail of a person's face. + # Corresponds to the JSON property `thumbnail` + # NOTE: Values are automatically base64 encoded/decoded in the client library. + # @return [String] + attr_accessor :thumbnail + + # The face tracks with attributes. + # Corresponds to the JSON property `tracks` + # @return [Array] + attr_accessor :tracks + # Feature version. # Corresponds to the JSON property `version` # @return [String] @@ -4959,6 +5022,8 @@ def initialize(**args) # Update properties of this object def update!(**args) + @thumbnail = args[:thumbnail] if args.key?(:thumbnail) + @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end end diff --git a/generated/google/apis/videointelligence_v1p3beta1/representations.rb b/generated/google/apis/videointelligence_v1p3beta1/representations.rb index 6fb35f638f4..4825fa0c53c 100644 --- a/generated/google/apis/videointelligence_v1p3beta1/representations.rb +++ b/generated/google/apis/videointelligence_v1p3beta1/representations.rb @@ -1171,6 +1171,9 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudVideointelligenceV1FaceDetectionAnnotation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :thumbnail, :base64 => true, as: 'thumbnail' + collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1Track, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1Track::Representation + property :version, as: 'version' end end @@ -1516,6 +1519,9 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :thumbnail, :base64 => true, as: 'thumbnail' + collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2Track, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2Track::Representation + property :version, as: 'version' end end @@ -1861,6 +1867,9 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :thumbnail, :base64 => true, as: 'thumbnail' + collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1Track, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1Track::Representation + property :version, as: 'version' end end @@ -2206,6 +2215,9 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :thumbnail, :base64 => true, as: 'thumbnail' + collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1Track, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1Track::Representation + property :version, as: 'version' end end @@ -2599,6 +2611,9 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :thumbnail, :base64 => true, as: 'thumbnail' + collection :tracks, as: 'tracks', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1Track, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1Track::Representation + property :version, as: 'version' end end diff --git a/generated/google/apis/videointelligence_v1p3beta1/synth.metadata b/generated/google/apis/videointelligence_v1p3beta1/synth.metadata index 429012f74d2..a8a36e6effe 100644 --- a/generated/google/apis/videointelligence_v1p3beta1/synth.metadata +++ b/generated/google/apis/videointelligence_v1p3beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "5dd26b42b8e8c7ffb156662a796f0bde546ac916" } } ]