@@ -1653,14 +1653,14 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
16531653 * @param object The @c GTLRStorage_ObjectAccessControl to include in the
16541654 * query.
16551655 * @param bucket Name of a bucket.
1656- * @param object Name of the object. For information about how to URL encode
1657- * object names to be path safe, see Encoding URI Path Parts.
1656+ * @param object_param Name of the object. For information about how to URL
1657+ * encode object names to be path safe, see Encoding URI Path Parts.
16581658 *
16591659 * @returns GTLRStorageQuery_ObjectAccessControlsInsert
16601660 */
16611661+ (instancetype )queryWithObject : (GTLRStorage_ObjectAccessControl *)object
16621662 bucket : (NSString *)bucket
1663- object : (NSString *)object ;
1663+ object : (NSString *)object_param ;
16641664
16651665@end
16661666
@@ -1764,8 +1764,8 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
17641764 * @param object The @c GTLRStorage_ObjectAccessControl to include in the
17651765 * query.
17661766 * @param bucket Name of a bucket.
1767- * @param object Name of the object. For information about how to URL encode
1768- * object names to be path safe, see Encoding URI Path Parts.
1767+ * @param object_param Name of the object. For information about how to URL
1768+ * encode object names to be path safe, see Encoding URI Path Parts.
17691769 * @param entity The entity holding the permission. Can be user-userId,
17701770 * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
17711771 * allAuthenticatedUsers.
@@ -1774,7 +1774,7 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
17741774 */
17751775+ (instancetype )queryWithObject : (GTLRStorage_ObjectAccessControl *)object
17761776 bucket : (NSString *)bucket
1777- object : (NSString *)object
1777+ object : (NSString *)object_param
17781778 entity : (NSString *)entity ;
17791779
17801780@end
@@ -1827,8 +1827,8 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
18271827 * @param object The @c GTLRStorage_ObjectAccessControl to include in the
18281828 * query.
18291829 * @param bucket Name of a bucket.
1830- * @param object Name of the object. For information about how to URL encode
1831- * object names to be path safe, see Encoding URI Path Parts.
1830+ * @param object_param Name of the object. For information about how to URL
1831+ * encode object names to be path safe, see Encoding URI Path Parts.
18321832 * @param entity The entity holding the permission. Can be user-userId,
18331833 * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
18341834 * allAuthenticatedUsers.
@@ -1837,7 +1837,7 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
18371837 */
18381838+ (instancetype )queryWithObject : (GTLRStorage_ObjectAccessControl *)object
18391839 bucket : (NSString *)bucket
1840- object : (NSString *)object
1840+ object : (NSString *)object_param
18411841 entity : (NSString *)entity ;
18421842
18431843@end
@@ -2682,14 +2682,14 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
26822682 *
26832683 * @param object The @c GTLRStorage_Object to include in the query.
26842684 * @param bucket Name of the bucket in which the object resides.
2685- * @param object Name of the object. For information about how to URL encode
2686- * object names to be path safe, see Encoding URI Path Parts.
2685+ * @param object_param Name of the object. For information about how to URL
2686+ * encode object names to be path safe, see Encoding URI Path Parts.
26872687 *
26882688 * @returns GTLRStorageQuery_ObjectsPatch
26892689 */
26902690+ (instancetype )queryWithObject : (GTLRStorage_Object *)object
26912691 bucket : (NSString *)bucket
2692- object : (NSString *)object ;
2692+ object : (NSString *)object_param ;
26932693
26942694@end
26952695
@@ -2914,14 +2914,14 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
29142914 *
29152915 * @param object The @c GTLRStorage_Policy to include in the query.
29162916 * @param bucket Name of the bucket in which the object resides.
2917- * @param object Name of the object. For information about how to URL encode
2918- * object names to be path safe, see Encoding URI Path Parts.
2917+ * @param object_param Name of the object. For information about how to URL
2918+ * encode object names to be path safe, see Encoding URI Path Parts.
29192919 *
29202920 * @returns GTLRStorageQuery_ObjectsSetIamPolicy
29212921 */
29222922+ (instancetype )queryWithObject : (GTLRStorage_Policy *)object
29232923 bucket : (NSString *)bucket
2924- object : (NSString *)object ;
2924+ object : (NSString *)object_param ;
29252925
29262926@end
29272927
@@ -3083,14 +3083,14 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
30833083 *
30843084 * @param object The @c GTLRStorage_Object to include in the query.
30853085 * @param bucket Name of the bucket in which the object resides.
3086- * @param object Name of the object. For information about how to URL encode
3087- * object names to be path safe, see Encoding URI Path Parts.
3086+ * @param object_param Name of the object. For information about how to URL
3087+ * encode object names to be path safe, see Encoding URI Path Parts.
30883088 *
30893089 * @returns GTLRStorageQuery_ObjectsUpdate
30903090 */
30913091+ (instancetype )queryWithObject : (GTLRStorage_Object *)object
30923092 bucket : (NSString *)bucket
3093- object : (NSString *)object ;
3093+ object : (NSString *)object_param ;
30943094
30953095/* *
30963096 * Fetches the requested resource data as a @c GTLRDataObject.
@@ -3099,14 +3099,14 @@ GTLR_EXTERN NSString * const kGTLRStorageProjectionNoAcl;
30993099 *
31003100 * @param object The @c GTLRStorage_Object to include in the query.
31013101 * @param bucket Name of the bucket in which the object resides.
3102- * @param object Name of the object. For information about how to URL encode
3103- * object names to be path safe, see Encoding URI Path Parts.
3102+ * @param object_param Name of the object. For information about how to URL
3103+ * encode object names to be path safe, see Encoding URI Path Parts.
31043104 *
31053105 * @returns GTLRStorageQuery_ObjectsUpdate
31063106 */
31073107+ (instancetype )queryForMediaWithObject : (GTLRStorage_Object *)object
31083108 bucket : (NSString *)bucket
3109- object : (NSString *)object ;
3109+ object : (NSString *)object_param ;
31103110
31113111@end
31123112
0 commit comments