Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE ME] Re-generated to pick up changes from googleapis. #336

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .kokoro/presubmit/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ env_vars: {
key: "RUN_SYSTEM_TESTS"
value: "false"
}
env_vars: {
key: "RUN_SNIPPETS_TESTS"
value: "false"
}
4 changes: 2 additions & 2 deletions google/cloud/bigquery_v2/types/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ class PatchModelRequest(proto.Message):

model_id = proto.Field(proto.STRING, number=3)

model = proto.Field(proto.MESSAGE, number=4, message=Model,)
model = proto.Field(proto.MESSAGE, number=4, message="Model",)


class DeleteModelRequest(proto.Message):
Expand Down Expand Up @@ -1559,7 +1559,7 @@ class ListModelsResponse(proto.Message):
def raw_page(self):
return self

models = proto.RepeatedField(proto.MESSAGE, number=1, message=Model,)
models = proto.RepeatedField(proto.MESSAGE, number=1, message="Model",)

next_page_token = proto.Field(proto.STRING, number=2)

Expand Down
6 changes: 3 additions & 3 deletions google/cloud/bigquery_v2/types/standard_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class StandardSqlField(proto.Message):
name (str):
Optional. The name of this field. Can be
absent for struct fields.
type (~.standard_sql.StandardSqlDataType):
type_ (~.standard_sql.StandardSqlDataType):
Optional. The type of this parameter. Absent
if not explicitly specified (e.g., CREATE
FUNCTION statement can omit the return type; in
Expand All @@ -90,7 +90,7 @@ class StandardSqlField(proto.Message):

name = proto.Field(proto.STRING, number=1)

type = proto.Field(proto.MESSAGE, number=2, message=StandardSqlDataType,)
type_ = proto.Field(proto.MESSAGE, number=2, message="StandardSqlDataType",)


class StandardSqlStructType(proto.Message):
Expand All @@ -101,7 +101,7 @@ class StandardSqlStructType(proto.Message):

"""

fields = proto.RepeatedField(proto.MESSAGE, number=1, message=StandardSqlField,)
fields = proto.RepeatedField(proto.MESSAGE, number=1, message="StandardSqlField",)


__all__ = tuple(sorted(__protobuf__.manifest))
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-bigquery.git",
"sha": "5178b55682f5e264bfc082cde26acb1fdc953a18"
"sha": "155bacc156f181384ca6dba699ab83d0398176d1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "215c12ade72d9d9616457d9b8b2f8a37f38e79f3",
"internalRef": "337113354"
"sha": "c7331b75b0b7bbd614373b7d37085db1c80dd4be",
"internalRef": "338157137"
}
},
{
Expand Down