You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -621,6 +621,11 @@ class GoogleFirebaseAppdistroV1alphaDeviceExecution
621
621
# @return [String]
622
622
attr_accessor:state
623
623
624
+
# Output only. The time at which the video started recording.
625
+
# Corresponds to the JSON property `videoStartTime`
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleFirebaseappdistributionV1alpha
18
18
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19
-
GEM_VERSION="0.16.0"
19
+
GEM_VERSION="0.17.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
511
511
512
512
collection:screenshot_uris,as: 'screenshotUris'
513
513
property:state,as: 'state'
514
+
property:video_start_time,as: 'videoStartTime'
514
515
property:video_uri,as: 'videoUri'
515
516
end
516
517
end
@@ -632,6 +633,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
0 commit comments