huaweicloudsdkobs 3.1.75__py2.py3-none-any.whl → 3.1.77__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- huaweicloudsdkobs/v1/__init__.py +0 -1
- huaweicloudsdkobs/v1/model/__init__.py +0 -1
- huaweicloudsdkobs/v1/model/bucket.py +15 -15
- huaweicloudsdkobs/v1/model/contents.py +18 -18
- huaweicloudsdkobs/v1/model/copy_object_request.py +78 -78
- huaweicloudsdkobs/v1/model/copy_object_response.py +3 -3
- huaweicloudsdkobs/v1/model/create_bucket_request.py +51 -51
- huaweicloudsdkobs/v1/model/create_bucket_request_body.py +3 -3
- huaweicloudsdkobs/v1/model/delete_bucket_customdomain_request.py +9 -9
- huaweicloudsdkobs/v1/model/delete_bucket_request.py +6 -6
- huaweicloudsdkobs/v1/model/delete_object.py +6 -6
- huaweicloudsdkobs/v1/model/delete_object_request.py +12 -12
- huaweicloudsdkobs/v1/model/delete_objects_request.py +12 -12
- huaweicloudsdkobs/v1/model/delete_objects_request_body.py +6 -6
- huaweicloudsdkobs/v1/model/delete_objects_response.py +3 -3
- huaweicloudsdkobs/v1/model/delete_result_deleted.py +12 -12
- huaweicloudsdkobs/v1/model/delete_result_error.py +9 -9
- huaweicloudsdkobs/v1/model/domains.py +9 -9
- huaweicloudsdkobs/v1/model/filter_rule.py +6 -6
- huaweicloudsdkobs/v1/model/function_stage_configuration.py +12 -12
- huaweicloudsdkobs/v1/model/get_bucket_acl_request.py +9 -9
- huaweicloudsdkobs/v1/model/get_bucket_customdomain_request.py +9 -9
- huaweicloudsdkobs/v1/model/get_bucket_customdomain_response.py +5 -9
- huaweicloudsdkobs/v1/model/get_bucket_metadata_request.py +12 -12
- huaweicloudsdkobs/v1/model/get_bucket_notification_request.py +9 -9
- huaweicloudsdkobs/v1/model/get_object_metadata_request.py +33 -33
- huaweicloudsdkobs/v1/model/get_object_request.py +60 -60
- huaweicloudsdkobs/v1/model/grant.py +6 -6
- huaweicloudsdkobs/v1/model/grantee.py +6 -6
- huaweicloudsdkobs/v1/model/list_buckets_request.py +6 -6
- huaweicloudsdkobs/v1/model/list_buckets_response.py +4 -4
- huaweicloudsdkobs/v1/model/list_objects_request.py +27 -27
- huaweicloudsdkobs/v1/model/list_objects_response.py +27 -27
- huaweicloudsdkobs/v1/model/owner.py +3 -3
- huaweicloudsdkobs/v1/model/put_object_request.py +60 -60
- huaweicloudsdkobs/v1/model/set_bucket_acl_request.py +12 -12
- huaweicloudsdkobs/v1/model/set_bucket_custom_domain_body.py +15 -15
- huaweicloudsdkobs/v1/model/set_bucket_customedomain_request.py +9 -9
- huaweicloudsdkobs/v1/model/set_bucket_notification_request.py +9 -9
- huaweicloudsdkobs/v1/model/topic_configuration.py +9 -9
- huaweicloudsdkobs/v1/obs_async_client.py +543 -557
- huaweicloudsdkobs/v1/obs_client.py +543 -557
- {huaweicloudsdkobs-3.1.75.dist-info → huaweicloudsdkobs-3.1.77.dist-info}/METADATA +2 -2
- huaweicloudsdkobs-3.1.77.dist-info/RECORD +70 -0
- huaweicloudsdkobs/v1/model/buckets.py +0 -117
- huaweicloudsdkobs-3.1.75.dist-info/RECORD +0 -71
- {huaweicloudsdkobs-3.1.75.dist-info → huaweicloudsdkobs-3.1.77.dist-info}/LICENSE +0 -0
- {huaweicloudsdkobs-3.1.75.dist-info → huaweicloudsdkobs-3.1.77.dist-info}/WHEEL +0 -0
- {huaweicloudsdkobs-3.1.75.dist-info → huaweicloudsdkobs-3.1.77.dist-info}/top_level.txt +0 -0
@@ -47,23 +47,23 @@ class ListObjectsRequest:
|
|
47
47
|
|
48
48
|
The model defined in huaweicloud sdk
|
49
49
|
|
50
|
-
:param date:
|
50
|
+
:param date: Time when a request was initiated, for example, **Wed, 27 Jun 2018 13:39:15 +0000**. Default value: none Restriction: This header is optional if the **x-obs-date** header is contained in the request, but mandatory in other circumstances.
|
51
51
|
:type date: str
|
52
|
-
:param bucket_name:
|
52
|
+
:param bucket_name: Name of the requested bucket
|
53
53
|
:type bucket_name: str
|
54
|
-
:param prefix:
|
54
|
+
:param prefix: Lists objects whose name starts with the specified prefix.
|
55
55
|
:type prefix: str
|
56
|
-
:param marker:
|
56
|
+
:param marker: Specifies a marker when listing objects in a bucket. With a marker configured, objects after this marker will be returned in alphabetical order.
|
57
57
|
:type marker: str
|
58
|
-
:param max_keys:
|
58
|
+
:param max_keys: Sets the maximum number of objects returned (in alphabetical order) in the response. The value ranges from 1 to 1000. If there are over 1,000 objects, only 1,000 objects are returned by default.
|
59
59
|
:type max_keys: int
|
60
|
-
:param delimiter:
|
60
|
+
:param delimiter: Separator used to group object names. If a prefix is specified, objects with the same string from the prefix to the first delimiter are grouped into one **CommonPrefixes**. If no prefix is specified, objects with the same string from the first character to the first delimiter are grouped into one **CommonPrefixes**. Assume that a bucket has objects **abcd**, **abcde**, and **bbcde** in it. If **delimiter** is set to **d** and **prefix** is set to **a**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix. If only **delimiter** is set to **d**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix, and **bbcde** is grouped separately into another **CommonPrefixes** with **bbcd** as the prefix.
|
61
61
|
:type delimiter: str
|
62
|
-
:param key_marker:
|
62
|
+
:param key_marker: Position to start with when objects are listed. Valid value: value of **NextKeyMarker** in the response body of the last request
|
63
63
|
:type key_marker: str
|
64
|
-
:param version_id_marker:
|
64
|
+
:param version_id_marker: This parameter applies only when versioning is enabled. Specifies the version ID to start with when objects in a bucket are listed. Objects are listed in alphabetical order and a maximum of 1,000 objects can be displayed at a time. This parameter is used together with **key-marker**. If the value of **version-id-marker** does not match **key-marker**, **version-id-marker** is invalid. Valid value: object version ID, which is the value of **NextVersionIdMarker** in the response body of the last request
|
65
65
|
:type version_id_marker: str
|
66
|
-
:param encoding_type:
|
66
|
+
:param encoding_type: Encodes some elements in the response based on the specified type. If **Delimiter**, **Marker** (or **KeyMarker**), **Prefix**, **NextMarker** (or **NextKeyMarker**), and **Key** contain control characters that are not supported by XML 1.0 standards, you can configure **encoding-type** to encode **Delimiter**, **Marker** (or **KeyMarker**), **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker** (or **NextKeyMarker**), and **Key** in the response. Optional value: url
|
67
67
|
:type encoding_type: str
|
68
68
|
"""
|
69
69
|
|
@@ -102,7 +102,7 @@ class ListObjectsRequest:
|
|
102
102
|
def date(self):
|
103
103
|
"""Gets the date of this ListObjectsRequest.
|
104
104
|
|
105
|
-
|
105
|
+
Time when a request was initiated, for example, **Wed, 27 Jun 2018 13:39:15 +0000**. Default value: none Restriction: This header is optional if the **x-obs-date** header is contained in the request, but mandatory in other circumstances.
|
106
106
|
|
107
107
|
:return: The date of this ListObjectsRequest.
|
108
108
|
:rtype: str
|
@@ -113,7 +113,7 @@ class ListObjectsRequest:
|
|
113
113
|
def date(self, date):
|
114
114
|
"""Sets the date of this ListObjectsRequest.
|
115
115
|
|
116
|
-
|
116
|
+
Time when a request was initiated, for example, **Wed, 27 Jun 2018 13:39:15 +0000**. Default value: none Restriction: This header is optional if the **x-obs-date** header is contained in the request, but mandatory in other circumstances.
|
117
117
|
|
118
118
|
:param date: The date of this ListObjectsRequest.
|
119
119
|
:type date: str
|
@@ -124,7 +124,7 @@ class ListObjectsRequest:
|
|
124
124
|
def bucket_name(self):
|
125
125
|
"""Gets the bucket_name of this ListObjectsRequest.
|
126
126
|
|
127
|
-
|
127
|
+
Name of the requested bucket
|
128
128
|
|
129
129
|
:return: The bucket_name of this ListObjectsRequest.
|
130
130
|
:rtype: str
|
@@ -135,7 +135,7 @@ class ListObjectsRequest:
|
|
135
135
|
def bucket_name(self, bucket_name):
|
136
136
|
"""Sets the bucket_name of this ListObjectsRequest.
|
137
137
|
|
138
|
-
|
138
|
+
Name of the requested bucket
|
139
139
|
|
140
140
|
:param bucket_name: The bucket_name of this ListObjectsRequest.
|
141
141
|
:type bucket_name: str
|
@@ -146,7 +146,7 @@ class ListObjectsRequest:
|
|
146
146
|
def prefix(self):
|
147
147
|
"""Gets the prefix of this ListObjectsRequest.
|
148
148
|
|
149
|
-
|
149
|
+
Lists objects whose name starts with the specified prefix.
|
150
150
|
|
151
151
|
:return: The prefix of this ListObjectsRequest.
|
152
152
|
:rtype: str
|
@@ -157,7 +157,7 @@ class ListObjectsRequest:
|
|
157
157
|
def prefix(self, prefix):
|
158
158
|
"""Sets the prefix of this ListObjectsRequest.
|
159
159
|
|
160
|
-
|
160
|
+
Lists objects whose name starts with the specified prefix.
|
161
161
|
|
162
162
|
:param prefix: The prefix of this ListObjectsRequest.
|
163
163
|
:type prefix: str
|
@@ -168,7 +168,7 @@ class ListObjectsRequest:
|
|
168
168
|
def marker(self):
|
169
169
|
"""Gets the marker of this ListObjectsRequest.
|
170
170
|
|
171
|
-
|
171
|
+
Specifies a marker when listing objects in a bucket. With a marker configured, objects after this marker will be returned in alphabetical order.
|
172
172
|
|
173
173
|
:return: The marker of this ListObjectsRequest.
|
174
174
|
:rtype: str
|
@@ -179,7 +179,7 @@ class ListObjectsRequest:
|
|
179
179
|
def marker(self, marker):
|
180
180
|
"""Sets the marker of this ListObjectsRequest.
|
181
181
|
|
182
|
-
|
182
|
+
Specifies a marker when listing objects in a bucket. With a marker configured, objects after this marker will be returned in alphabetical order.
|
183
183
|
|
184
184
|
:param marker: The marker of this ListObjectsRequest.
|
185
185
|
:type marker: str
|
@@ -190,7 +190,7 @@ class ListObjectsRequest:
|
|
190
190
|
def max_keys(self):
|
191
191
|
"""Gets the max_keys of this ListObjectsRequest.
|
192
192
|
|
193
|
-
|
193
|
+
Sets the maximum number of objects returned (in alphabetical order) in the response. The value ranges from 1 to 1000. If there are over 1,000 objects, only 1,000 objects are returned by default.
|
194
194
|
|
195
195
|
:return: The max_keys of this ListObjectsRequest.
|
196
196
|
:rtype: int
|
@@ -201,7 +201,7 @@ class ListObjectsRequest:
|
|
201
201
|
def max_keys(self, max_keys):
|
202
202
|
"""Sets the max_keys of this ListObjectsRequest.
|
203
203
|
|
204
|
-
|
204
|
+
Sets the maximum number of objects returned (in alphabetical order) in the response. The value ranges from 1 to 1000. If there are over 1,000 objects, only 1,000 objects are returned by default.
|
205
205
|
|
206
206
|
:param max_keys: The max_keys of this ListObjectsRequest.
|
207
207
|
:type max_keys: int
|
@@ -212,7 +212,7 @@ class ListObjectsRequest:
|
|
212
212
|
def delimiter(self):
|
213
213
|
"""Gets the delimiter of this ListObjectsRequest.
|
214
214
|
|
215
|
-
|
215
|
+
Separator used to group object names. If a prefix is specified, objects with the same string from the prefix to the first delimiter are grouped into one **CommonPrefixes**. If no prefix is specified, objects with the same string from the first character to the first delimiter are grouped into one **CommonPrefixes**. Assume that a bucket has objects **abcd**, **abcde**, and **bbcde** in it. If **delimiter** is set to **d** and **prefix** is set to **a**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix. If only **delimiter** is set to **d**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix, and **bbcde** is grouped separately into another **CommonPrefixes** with **bbcd** as the prefix.
|
216
216
|
|
217
217
|
:return: The delimiter of this ListObjectsRequest.
|
218
218
|
:rtype: str
|
@@ -223,7 +223,7 @@ class ListObjectsRequest:
|
|
223
223
|
def delimiter(self, delimiter):
|
224
224
|
"""Sets the delimiter of this ListObjectsRequest.
|
225
225
|
|
226
|
-
|
226
|
+
Separator used to group object names. If a prefix is specified, objects with the same string from the prefix to the first delimiter are grouped into one **CommonPrefixes**. If no prefix is specified, objects with the same string from the first character to the first delimiter are grouped into one **CommonPrefixes**. Assume that a bucket has objects **abcd**, **abcde**, and **bbcde** in it. If **delimiter** is set to **d** and **prefix** is set to **a**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix. If only **delimiter** is set to **d**, objects **abcd** and **abcde** are grouped into a **CommonPrefixes** with **abcd** as the prefix, and **bbcde** is grouped separately into another **CommonPrefixes** with **bbcd** as the prefix.
|
227
227
|
|
228
228
|
:param delimiter: The delimiter of this ListObjectsRequest.
|
229
229
|
:type delimiter: str
|
@@ -234,7 +234,7 @@ class ListObjectsRequest:
|
|
234
234
|
def key_marker(self):
|
235
235
|
"""Gets the key_marker of this ListObjectsRequest.
|
236
236
|
|
237
|
-
|
237
|
+
Position to start with when objects are listed. Valid value: value of **NextKeyMarker** in the response body of the last request
|
238
238
|
|
239
239
|
:return: The key_marker of this ListObjectsRequest.
|
240
240
|
:rtype: str
|
@@ -245,7 +245,7 @@ class ListObjectsRequest:
|
|
245
245
|
def key_marker(self, key_marker):
|
246
246
|
"""Sets the key_marker of this ListObjectsRequest.
|
247
247
|
|
248
|
-
|
248
|
+
Position to start with when objects are listed. Valid value: value of **NextKeyMarker** in the response body of the last request
|
249
249
|
|
250
250
|
:param key_marker: The key_marker of this ListObjectsRequest.
|
251
251
|
:type key_marker: str
|
@@ -256,7 +256,7 @@ class ListObjectsRequest:
|
|
256
256
|
def version_id_marker(self):
|
257
257
|
"""Gets the version_id_marker of this ListObjectsRequest.
|
258
258
|
|
259
|
-
|
259
|
+
This parameter applies only when versioning is enabled. Specifies the version ID to start with when objects in a bucket are listed. Objects are listed in alphabetical order and a maximum of 1,000 objects can be displayed at a time. This parameter is used together with **key-marker**. If the value of **version-id-marker** does not match **key-marker**, **version-id-marker** is invalid. Valid value: object version ID, which is the value of **NextVersionIdMarker** in the response body of the last request
|
260
260
|
|
261
261
|
:return: The version_id_marker of this ListObjectsRequest.
|
262
262
|
:rtype: str
|
@@ -267,7 +267,7 @@ class ListObjectsRequest:
|
|
267
267
|
def version_id_marker(self, version_id_marker):
|
268
268
|
"""Sets the version_id_marker of this ListObjectsRequest.
|
269
269
|
|
270
|
-
|
270
|
+
This parameter applies only when versioning is enabled. Specifies the version ID to start with when objects in a bucket are listed. Objects are listed in alphabetical order and a maximum of 1,000 objects can be displayed at a time. This parameter is used together with **key-marker**. If the value of **version-id-marker** does not match **key-marker**, **version-id-marker** is invalid. Valid value: object version ID, which is the value of **NextVersionIdMarker** in the response body of the last request
|
271
271
|
|
272
272
|
:param version_id_marker: The version_id_marker of this ListObjectsRequest.
|
273
273
|
:type version_id_marker: str
|
@@ -278,7 +278,7 @@ class ListObjectsRequest:
|
|
278
278
|
def encoding_type(self):
|
279
279
|
"""Gets the encoding_type of this ListObjectsRequest.
|
280
280
|
|
281
|
-
|
281
|
+
Encodes some elements in the response based on the specified type. If **Delimiter**, **Marker** (or **KeyMarker**), **Prefix**, **NextMarker** (or **NextKeyMarker**), and **Key** contain control characters that are not supported by XML 1.0 standards, you can configure **encoding-type** to encode **Delimiter**, **Marker** (or **KeyMarker**), **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker** (or **NextKeyMarker**), and **Key** in the response. Optional value: url
|
282
282
|
|
283
283
|
:return: The encoding_type of this ListObjectsRequest.
|
284
284
|
:rtype: str
|
@@ -289,7 +289,7 @@ class ListObjectsRequest:
|
|
289
289
|
def encoding_type(self, encoding_type):
|
290
290
|
"""Sets the encoding_type of this ListObjectsRequest.
|
291
291
|
|
292
|
-
|
292
|
+
Encodes some elements in the response based on the specified type. If **Delimiter**, **Marker** (or **KeyMarker**), **Prefix**, **NextMarker** (or **NextKeyMarker**), and **Key** contain control characters that are not supported by XML 1.0 standards, you can configure **encoding-type** to encode **Delimiter**, **Marker** (or **KeyMarker**), **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker** (or **NextKeyMarker**), and **Key** in the response. Optional value: url
|
293
293
|
|
294
294
|
:param encoding_type: The encoding_type of this ListObjectsRequest.
|
295
295
|
:type encoding_type: str
|
@@ -66,23 +66,23 @@ class ListObjectsResponse(SdkResponse):
|
|
66
66
|
|
67
67
|
:param contents:
|
68
68
|
:type contents: list[:class:`huaweicloudsdkobs.v1.Contents`]
|
69
|
-
:param common_prefix:
|
69
|
+
:param common_prefix: Group information. If you use **Delimiter** in the request, the response contains **CommonPrefixes**.
|
70
70
|
:type common_prefix: str
|
71
|
-
:param delimiter:
|
71
|
+
:param delimiter: The **delimiter** parameter specified in the request
|
72
72
|
:type delimiter: str
|
73
|
-
:param encoding_type:
|
73
|
+
:param encoding_type: Encodes some elements in the response based on the specified type. If **encoding-type** is specified in the request, **Delimiter**, **Marker**, **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker**, and **Key** in the response will be encoded.
|
74
74
|
:type encoding_type: str
|
75
|
-
:param is_truncated:
|
75
|
+
:param is_truncated: Determines whether the returned list of objects is truncated. **true**: Not all results are returned. **false**: All results have been returned.
|
76
76
|
:type is_truncated: bool
|
77
|
-
:param marker:
|
77
|
+
:param marker: Marker for the position from which objects in a bucket will be listed
|
78
78
|
:type marker: str
|
79
|
-
:param next_marker:
|
79
|
+
:param next_marker: A marker for the last returned object in the list. **NextMarker** is returned when not all the objects are listed. In subsequent requests, you can set **Marker** to the value of this parameter to list the remaining objects.
|
80
80
|
:type next_marker: str
|
81
|
-
:param max_keys:
|
81
|
+
:param max_keys: Maximum number of objects that can be listed
|
82
82
|
:type max_keys: str
|
83
|
-
:param name:
|
83
|
+
:param name: Name of the requested bucket
|
84
84
|
:type name: str
|
85
|
-
:param prefix:
|
85
|
+
:param prefix: Prefix of an object name. Only objects whose names have this prefix are listed.
|
86
86
|
:type prefix: str
|
87
87
|
:param x_obs_id_2:
|
88
88
|
:type x_obs_id_2: str
|
@@ -178,7 +178,7 @@ class ListObjectsResponse(SdkResponse):
|
|
178
178
|
def common_prefix(self):
|
179
179
|
"""Gets the common_prefix of this ListObjectsResponse.
|
180
180
|
|
181
|
-
|
181
|
+
Group information. If you use **Delimiter** in the request, the response contains **CommonPrefixes**.
|
182
182
|
|
183
183
|
:return: The common_prefix of this ListObjectsResponse.
|
184
184
|
:rtype: str
|
@@ -189,7 +189,7 @@ class ListObjectsResponse(SdkResponse):
|
|
189
189
|
def common_prefix(self, common_prefix):
|
190
190
|
"""Sets the common_prefix of this ListObjectsResponse.
|
191
191
|
|
192
|
-
|
192
|
+
Group information. If you use **Delimiter** in the request, the response contains **CommonPrefixes**.
|
193
193
|
|
194
194
|
:param common_prefix: The common_prefix of this ListObjectsResponse.
|
195
195
|
:type common_prefix: str
|
@@ -200,7 +200,7 @@ class ListObjectsResponse(SdkResponse):
|
|
200
200
|
def delimiter(self):
|
201
201
|
"""Gets the delimiter of this ListObjectsResponse.
|
202
202
|
|
203
|
-
|
203
|
+
The **delimiter** parameter specified in the request
|
204
204
|
|
205
205
|
:return: The delimiter of this ListObjectsResponse.
|
206
206
|
:rtype: str
|
@@ -211,7 +211,7 @@ class ListObjectsResponse(SdkResponse):
|
|
211
211
|
def delimiter(self, delimiter):
|
212
212
|
"""Sets the delimiter of this ListObjectsResponse.
|
213
213
|
|
214
|
-
|
214
|
+
The **delimiter** parameter specified in the request
|
215
215
|
|
216
216
|
:param delimiter: The delimiter of this ListObjectsResponse.
|
217
217
|
:type delimiter: str
|
@@ -222,7 +222,7 @@ class ListObjectsResponse(SdkResponse):
|
|
222
222
|
def encoding_type(self):
|
223
223
|
"""Gets the encoding_type of this ListObjectsResponse.
|
224
224
|
|
225
|
-
|
225
|
+
Encodes some elements in the response based on the specified type. If **encoding-type** is specified in the request, **Delimiter**, **Marker**, **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker**, and **Key** in the response will be encoded.
|
226
226
|
|
227
227
|
:return: The encoding_type of this ListObjectsResponse.
|
228
228
|
:rtype: str
|
@@ -233,7 +233,7 @@ class ListObjectsResponse(SdkResponse):
|
|
233
233
|
def encoding_type(self, encoding_type):
|
234
234
|
"""Sets the encoding_type of this ListObjectsResponse.
|
235
235
|
|
236
|
-
|
236
|
+
Encodes some elements in the response based on the specified type. If **encoding-type** is specified in the request, **Delimiter**, **Marker**, **Prefix** (including the **Prefix** in **CommonPrefixes**), **NextMarker**, and **Key** in the response will be encoded.
|
237
237
|
|
238
238
|
:param encoding_type: The encoding_type of this ListObjectsResponse.
|
239
239
|
:type encoding_type: str
|
@@ -244,7 +244,7 @@ class ListObjectsResponse(SdkResponse):
|
|
244
244
|
def is_truncated(self):
|
245
245
|
"""Gets the is_truncated of this ListObjectsResponse.
|
246
246
|
|
247
|
-
|
247
|
+
Determines whether the returned list of objects is truncated. **true**: Not all results are returned. **false**: All results have been returned.
|
248
248
|
|
249
249
|
:return: The is_truncated of this ListObjectsResponse.
|
250
250
|
:rtype: bool
|
@@ -255,7 +255,7 @@ class ListObjectsResponse(SdkResponse):
|
|
255
255
|
def is_truncated(self, is_truncated):
|
256
256
|
"""Sets the is_truncated of this ListObjectsResponse.
|
257
257
|
|
258
|
-
|
258
|
+
Determines whether the returned list of objects is truncated. **true**: Not all results are returned. **false**: All results have been returned.
|
259
259
|
|
260
260
|
:param is_truncated: The is_truncated of this ListObjectsResponse.
|
261
261
|
:type is_truncated: bool
|
@@ -266,7 +266,7 @@ class ListObjectsResponse(SdkResponse):
|
|
266
266
|
def marker(self):
|
267
267
|
"""Gets the marker of this ListObjectsResponse.
|
268
268
|
|
269
|
-
|
269
|
+
Marker for the position from which objects in a bucket will be listed
|
270
270
|
|
271
271
|
:return: The marker of this ListObjectsResponse.
|
272
272
|
:rtype: str
|
@@ -277,7 +277,7 @@ class ListObjectsResponse(SdkResponse):
|
|
277
277
|
def marker(self, marker):
|
278
278
|
"""Sets the marker of this ListObjectsResponse.
|
279
279
|
|
280
|
-
|
280
|
+
Marker for the position from which objects in a bucket will be listed
|
281
281
|
|
282
282
|
:param marker: The marker of this ListObjectsResponse.
|
283
283
|
:type marker: str
|
@@ -288,7 +288,7 @@ class ListObjectsResponse(SdkResponse):
|
|
288
288
|
def next_marker(self):
|
289
289
|
"""Gets the next_marker of this ListObjectsResponse.
|
290
290
|
|
291
|
-
|
291
|
+
A marker for the last returned object in the list. **NextMarker** is returned when not all the objects are listed. In subsequent requests, you can set **Marker** to the value of this parameter to list the remaining objects.
|
292
292
|
|
293
293
|
:return: The next_marker of this ListObjectsResponse.
|
294
294
|
:rtype: str
|
@@ -299,7 +299,7 @@ class ListObjectsResponse(SdkResponse):
|
|
299
299
|
def next_marker(self, next_marker):
|
300
300
|
"""Sets the next_marker of this ListObjectsResponse.
|
301
301
|
|
302
|
-
|
302
|
+
A marker for the last returned object in the list. **NextMarker** is returned when not all the objects are listed. In subsequent requests, you can set **Marker** to the value of this parameter to list the remaining objects.
|
303
303
|
|
304
304
|
:param next_marker: The next_marker of this ListObjectsResponse.
|
305
305
|
:type next_marker: str
|
@@ -310,7 +310,7 @@ class ListObjectsResponse(SdkResponse):
|
|
310
310
|
def max_keys(self):
|
311
311
|
"""Gets the max_keys of this ListObjectsResponse.
|
312
312
|
|
313
|
-
|
313
|
+
Maximum number of objects that can be listed
|
314
314
|
|
315
315
|
:return: The max_keys of this ListObjectsResponse.
|
316
316
|
:rtype: str
|
@@ -321,7 +321,7 @@ class ListObjectsResponse(SdkResponse):
|
|
321
321
|
def max_keys(self, max_keys):
|
322
322
|
"""Sets the max_keys of this ListObjectsResponse.
|
323
323
|
|
324
|
-
|
324
|
+
Maximum number of objects that can be listed
|
325
325
|
|
326
326
|
:param max_keys: The max_keys of this ListObjectsResponse.
|
327
327
|
:type max_keys: str
|
@@ -332,7 +332,7 @@ class ListObjectsResponse(SdkResponse):
|
|
332
332
|
def name(self):
|
333
333
|
"""Gets the name of this ListObjectsResponse.
|
334
334
|
|
335
|
-
|
335
|
+
Name of the requested bucket
|
336
336
|
|
337
337
|
:return: The name of this ListObjectsResponse.
|
338
338
|
:rtype: str
|
@@ -343,7 +343,7 @@ class ListObjectsResponse(SdkResponse):
|
|
343
343
|
def name(self, name):
|
344
344
|
"""Sets the name of this ListObjectsResponse.
|
345
345
|
|
346
|
-
|
346
|
+
Name of the requested bucket
|
347
347
|
|
348
348
|
:param name: The name of this ListObjectsResponse.
|
349
349
|
:type name: str
|
@@ -354,7 +354,7 @@ class ListObjectsResponse(SdkResponse):
|
|
354
354
|
def prefix(self):
|
355
355
|
"""Gets the prefix of this ListObjectsResponse.
|
356
356
|
|
357
|
-
|
357
|
+
Prefix of an object name. Only objects whose names have this prefix are listed.
|
358
358
|
|
359
359
|
:return: The prefix of this ListObjectsResponse.
|
360
360
|
:rtype: str
|
@@ -365,7 +365,7 @@ class ListObjectsResponse(SdkResponse):
|
|
365
365
|
def prefix(self, prefix):
|
366
366
|
"""Sets the prefix of this ListObjectsResponse.
|
367
367
|
|
368
|
-
|
368
|
+
Prefix of an object name. Only objects whose names have this prefix are listed.
|
369
369
|
|
370
370
|
:param prefix: The prefix of this ListObjectsResponse.
|
371
371
|
:type prefix: str
|
@@ -31,7 +31,7 @@ class Owner:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param id:
|
34
|
+
:param id: Domain ID (account ID)
|
35
35
|
:type id: str
|
36
36
|
"""
|
37
37
|
|
@@ -47,7 +47,7 @@ class Owner:
|
|
47
47
|
def id(self):
|
48
48
|
"""Gets the id of this Owner.
|
49
49
|
|
50
|
-
|
50
|
+
Domain ID (account ID)
|
51
51
|
|
52
52
|
:return: The id of this Owner.
|
53
53
|
:rtype: str
|
@@ -58,7 +58,7 @@ class Owner:
|
|
58
58
|
def id(self, id):
|
59
59
|
"""Sets the id of this Owner.
|
60
60
|
|
61
|
-
|
61
|
+
Domain ID (account ID)
|
62
62
|
|
63
63
|
:param id: The id of this Owner.
|
64
64
|
:type id: str
|