@@ -243,7 +243,7 @@ class SnippetSignature(google.protobuf.message.Message):
243243 BOTH : SnippetSignature ._SyncPreference .ValueType # 3
244244 """Languages that support both async and sync methods should generate both a
245245 sync and an async snippets. Note that different samples should be in
246- differnt files.
246+ different files.
247247 Languages that support only one of async and sync methods should
248248 generate the supported snippet.
249249 """
@@ -271,7 +271,7 @@ class SnippetSignature(google.protobuf.message.Message):
271271 BOTH : SnippetSignature .SyncPreference .ValueType # 3
272272 """Languages that support both async and sync methods should generate both a
273273 sync and an async snippets. Note that different samples should be in
274- differnt files.
274+ different files.
275275 Languages that support only one of async and sync methods should
276276 generate the supported snippet.
277277 """
@@ -919,7 +919,7 @@ class Snippet(google.protobuf.message.Message):
919919 POLLING_CALL_FIELD_NUMBER : builtins .int
920920 response_name : builtins .str
921921 """The name of the variable to capture the LRO response in. Required.
922- This will capture the response to the LRO operaion call and not to
922+ This will capture the response to the LRO operation call and not to
923923 polling operations.
924924 """
925925 polling_type : global___Snippet .LroResponseHandling .PollingType .ValueType
@@ -1154,7 +1154,7 @@ class Statement(google.protobuf.message.Message):
11541154 """An iteration statement. A given Statement set will be executed
11551155 repeatedly according to the iteration definition.
11561156 Each iteration type will make a per-step Expression.NameValue set
1157- available that may be used withing the given Statement set.
1157+ available that may be used within the given Statement set.
11581158 """
11591159
11601160 DESCRIPTOR : google .protobuf .descriptor .Descriptor
@@ -1164,7 +1164,7 @@ class Statement(google.protobuf.message.Message):
11641164 """Represents a numeric sequence iteration.
11651165 A numeric sequence is defined over which to iterate making the current
11661166 element of the sequence available in a variable.
1167- It's ultimately the responsability of the user to define a finite
1167+ It's ultimately the responsibility of the user to define a finite
11681168 sequence, although tooling may be provided to help.
11691169 """
11701170
@@ -1336,7 +1336,7 @@ class Statement(google.protobuf.message.Message):
13361336 """
13371337 @property
13381338 def chunk_size (self ) -> global___Expression :
1339- """The size of the chuncks to split the byte sequence in. The last chunk
1339+ """The size of the chunks to split the byte sequence in. The last chunk
13401340 will be at most chunk_size. Must be positive.
13411341 Should resolve to an integer type.
13421342 """
@@ -1432,7 +1432,7 @@ class Statement(google.protobuf.message.Message):
14321432 """An iteration statement. A given Statement set will be executed
14331433 repeatedly according to the iteration definition.
14341434 Each iteration type will make a per-step Expression.NameValue set
1435- available that may be used withing the given Statement set.
1435+ available that may be used within the given Statement set.
14361436 """
14371437 def __init__ (
14381438 self ,
@@ -1814,7 +1814,7 @@ class Expression(google.protobuf.message.Message):
18141814 and a Declaration of
18151815 - Declaration.type => SampleMessage and
18161816 - Declaration.name => sample_value
1817- then posible NameValues that refer to the variable declared are:
1817+ then possible NameValues that refer to the variable declared are:
18181818 - NameValue.name => sample_value and NameValue.path => unset to reference
18191819 the value of the sample_value variable, i.e. using the variable
18201820 sample_value
0 commit comments