@@ -1870,4 +1870,49 @@ class ListSavedQueriesResponse(google.protobuf.message.Message):
18701870
18711871 def ClearField (self , field_name : typing .Literal ['queries' , b'queries' ]) -> None :
18721872 ...
1873- global___ListSavedQueriesResponse = ListSavedQueriesResponse
1873+ global___ListSavedQueriesResponse = ListSavedQueriesResponse
1874+
1875+ @typing .final
1876+ class CreateBinaryDataSignedURLRequest (google .protobuf .message .Message ):
1877+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
1878+ BINARY_DATA_ID_FIELD_NUMBER : builtins .int
1879+ EXPIRATION_MINUTES_FIELD_NUMBER : builtins .int
1880+ binary_data_id : builtins .str
1881+ 'The binary data ID of the file to create a signed URL for.'
1882+ expiration_minutes : builtins .int
1883+ 'Expiration time in minutes. Defaults to 15 minutes if not specified.\n Maximum allowed is 10080 minutes (7 days).\n '
1884+
1885+ def __init__ (self , * , binary_data_id : builtins .str = ..., expiration_minutes : builtins .int | None = ...) -> None :
1886+ ...
1887+
1888+ def HasField (self , field_name : typing .Literal ['_expiration_minutes' , b'_expiration_minutes' , 'expiration_minutes' , b'expiration_minutes' ]) -> builtins .bool :
1889+ ...
1890+
1891+ def ClearField (self , field_name : typing .Literal ['_expiration_minutes' , b'_expiration_minutes' , 'binary_data_id' , b'binary_data_id' , 'expiration_minutes' , b'expiration_minutes' ]) -> None :
1892+ ...
1893+
1894+ def WhichOneof (self , oneof_group : typing .Literal ['_expiration_minutes' , b'_expiration_minutes' ]) -> typing .Literal ['expiration_minutes' ] | None :
1895+ ...
1896+ global___CreateBinaryDataSignedURLRequest = CreateBinaryDataSignedURLRequest
1897+
1898+ @typing .final
1899+ class CreateBinaryDataSignedURLResponse (google .protobuf .message .Message ):
1900+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
1901+ SIGNED_URL_FIELD_NUMBER : builtins .int
1902+ EXPIRES_AT_FIELD_NUMBER : builtins .int
1903+ signed_url : builtins .str
1904+ 'The signed URL for the binary data file.'
1905+
1906+ @property
1907+ def expires_at (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
1908+ """Expiration time of the signed URL token."""
1909+
1910+ def __init__ (self , * , signed_url : builtins .str = ..., expires_at : google .protobuf .timestamp_pb2 .Timestamp | None = ...) -> None :
1911+ ...
1912+
1913+ def HasField (self , field_name : typing .Literal ['expires_at' , b'expires_at' ]) -> builtins .bool :
1914+ ...
1915+
1916+ def ClearField (self , field_name : typing .Literal ['expires_at' , b'expires_at' , 'signed_url' , b'signed_url' ]) -> None :
1917+ ...
1918+ global___CreateBinaryDataSignedURLResponse = CreateBinaryDataSignedURLResponse
0 commit comments