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: clients/google-api-services-firebaseappdistribution/v1/2.0.0/com/google/api/services/firebaseappdistribution/v1/model/GdataContentTypeInfo.java
+81Lines changed: 81 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,13 @@ public final class GdataContentTypeInfo extends com.google.api.client.json.Gener
56
56
@com.google.api.client.util.Key
57
57
privatejava.lang.StringfromFileName;
58
58
59
+
/**
60
+
* The content type of the file detected by Fusion ID. go/fusionid
61
+
* The value may be {@code null}.
62
+
*/
63
+
@com.google.api.client.util.Key
64
+
privatejava.lang.StringfromFusionId;
65
+
59
66
/**
60
67
* The content type of the file as specified in the request headers, multipart headers, or RUPIO
61
68
* start request.
@@ -73,6 +80,14 @@ public final class GdataContentTypeInfo extends com.google.api.client.json.Gener
73
80
@com.google.api.client.util.Key
74
81
privatejava.lang.StringfromUrlPath;
75
82
83
+
/**
84
+
* Metadata information from Fusion ID detection. Serialized FusionIdDetectionMetadata proto. Only
85
+
* set if from_fusion_id is set.
86
+
* The value may be {@code null}.
87
+
*/
88
+
@com.google.api.client.util.Key
89
+
privatejava.lang.StringfusionIdDetectionMetadata;
90
+
76
91
/**
77
92
* Scotty's best guess of what the content type of the file is.
78
93
* @return value or {@code null} for none
@@ -128,6 +143,23 @@ public GdataContentTypeInfo setFromFileName(java.lang.String fromFileName) {
128
143
returnthis;
129
144
}
130
145
146
+
/**
147
+
* The content type of the file detected by Fusion ID. go/fusionid
148
+
* @return value or {@code null} for none
149
+
*/
150
+
publicjava.lang.StringgetFromFusionId() {
151
+
returnfromFusionId;
152
+
}
153
+
154
+
/**
155
+
* The content type of the file detected by Fusion ID. go/fusionid
156
+
* @param fromFusionId fromFusionId or {@code null} for none
0 commit comments