feat: Automated regeneration of cloudbuild v1 client
This commit is contained in:
parent
d8ee5ff268
commit
385e388baf
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/cloud-build/docs/
|
# @see https://cloud.google.com/cloud-build/docs/
|
||||||
module CloudbuildV1
|
module CloudbuildV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200921'
|
REVISION = '20201015'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -929,7 +929,8 @@ module Google
|
||||||
# @return [Array<Google::Apis::CloudbuildV1::Build>]
|
# @return [Array<Google::Apis::CloudbuildV1::Build>]
|
||||||
attr_accessor :builds
|
attr_accessor :builds
|
||||||
|
|
||||||
# Token to receive the next page of results.
|
# Token to receive the next page of results. This will be absent if the end of
|
||||||
|
# the response list has been reached.
|
||||||
# Corresponds to the JSON property `nextPageToken`
|
# Corresponds to the JSON property `nextPageToken`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :next_page_token
|
attr_accessor :next_page_token
|
||||||
|
|
|
@ -241,7 +241,11 @@ module Google
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Number of results to return in the list.
|
# Number of results to return in the list.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Token to provide to skip to a particular spot in the list.
|
# The page token for the next page of Builds. If unspecified, the first page of
|
||||||
|
# results is returned. If the token is rejected for any reason, INVALID_ARGUMENT
|
||||||
|
# will be thrown. In this case, the token should be discarded, and pagination
|
||||||
|
# should be restarted from the first page of results. See https://google.aip.dev/
|
||||||
|
# 158 for more.
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# The parent of the collection of `Builds`. Format: `projects/`project`/
|
# The parent of the collection of `Builds`. Format: `projects/`project`/
|
||||||
# locations/location`
|
# locations/location`
|
||||||
|
@ -449,7 +453,11 @@ module Google
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Number of results to return in the list.
|
# Number of results to return in the list.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Token to provide to skip to a particular spot in the list.
|
# The page token for the next page of Builds. If unspecified, the first page of
|
||||||
|
# results is returned. If the token is rejected for any reason, INVALID_ARGUMENT
|
||||||
|
# will be thrown. In this case, the token should be discarded, and pagination
|
||||||
|
# should be restarted from the first page of results. See https://google.aip.dev/
|
||||||
|
# 158 for more.
|
||||||
# @param [String] project_id
|
# @param [String] project_id
|
||||||
# Required. ID of the project.
|
# Required. ID of the project.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue