Lines Matching defs:name
76 * sometimes simply referred to as "APIs" in other contexts, such as the name of
83 * The fully qualified name of this interface, including package name
84 * followed by the interface's simple name.
86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
102 * major version is derived from the package name, as outlined below. If the
103 * field is not empty, the version in the package name will be verified to be
113 * The major version is also reflected in the package name of the
168 /** The simple name of this method. */
169 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
253 * - name: google.storage.v2.Storage
255 * - name: google.acl.v1.AccessControl
258 * also declared with same name and request/response types in
277 * - name: google.storage.v2.Storage
279 * - name: google.acl.v1.AccessControl
294 /** The fully qualified name of the interface which is included. */
295 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;