@@ -199,7 +199,7 @@ class ListRepositoryTagsRequest(google.protobuf.message.Message):
199
199
parent : builtins .str
200
200
"""The repository holding the different versions of a given content.
201
201
- Format: `repositories/{repository.id}`.
202
- - Example: `repository /flaming-wombat/llama-2-7b`.
202
+ - Example: `repositories /flaming-wombat/llama-2-7b`.
203
203
"""
204
204
def __init__ (
205
205
self ,
@@ -257,23 +257,16 @@ class CreateRepositoryTagRequest(google.protobuf.message.Message):
257
257
DESCRIPTOR : google .protobuf .descriptor .Descriptor
258
258
259
259
TAG_FIELD_NUMBER : builtins .int
260
- PARENT_FIELD_NUMBER : builtins .int
261
260
@property
262
261
def tag (self ) -> global___RepositoryTag :
263
262
"""The tag information."""
264
- parent : builtins .str
265
- """The repository holding the different versions of a given content.
266
- - Format: `repositories/{repository.id}`.
267
- - Example: `repository/flaming-wombat/llama-2-7b`.
268
- """
269
263
def __init__ (
270
264
self ,
271
265
* ,
272
266
tag : global___RepositoryTag | None = ...,
273
- parent : builtins .str = ...,
274
267
) -> None : ...
275
268
def HasField (self , field_name : typing_extensions .Literal ["tag" , b"tag" ]) -> builtins .bool : ...
276
- def ClearField (self , field_name : typing_extensions .Literal ["parent" , b"parent" , " tag" , b"tag" ]) -> None : ...
269
+ def ClearField (self , field_name : typing_extensions .Literal ["tag" , b"tag" ]) -> None : ...
277
270
278
271
global___CreateRepositoryTagRequest = CreateRepositoryTagRequest
279
272
0 commit comments