diff --git a/api_names_out.yaml b/api_names_out.yaml index a6158229c..c408cc9f3 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -15021,6 +15021,7 @@ "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.get/name": name "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.get/view": view "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.list": list_project_location_repository_package_versions +"/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.list/orderBy": order_by "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.list/pageSize": page_size "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.list/pageToken": page_token "/artifactregistry:v1beta2/artifactregistry.projects.locations.repositories.packages.versions.list/parent": parent diff --git a/generated/google/apis/artifactregistry_v1beta2.rb b/generated/google/apis/artifactregistry_v1beta2.rb index 276d4d6c5..0d4cbb344 100644 --- a/generated/google/apis/artifactregistry_v1beta2.rb +++ b/generated/google/apis/artifactregistry_v1beta2.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/artifacts/docs/ module ArtifactregistryV1beta2 VERSION = 'V1beta2' - REVISION = '20201107' + REVISION = '20201203' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/artifactregistry_v1beta2/classes.rb b/generated/google/apis/artifactregistry_v1beta2/classes.rb index 8148106d9..20be1e5fd 100644 --- a/generated/google/apis/artifactregistry_v1beta2/classes.rb +++ b/generated/google/apis/artifactregistry_v1beta2/classes.rb @@ -228,7 +228,7 @@ module Google # @return [Google::Apis::ArtifactregistryV1beta2::Status] attr_accessor :error - # Google Cloud Storage location for the input content. + # Google Cloud Storage location where the artifacts currently reside. # Corresponds to the JSON property `gcsSource` # @return [Google::Apis::ArtifactregistryV1beta2::GoogleDevtoolsArtifactregistryV1alpha1GcsSource] attr_accessor :gcs_source @@ -244,7 +244,7 @@ module Google end end - # Google Cloud Storage location for the input content. + # Google Cloud Storage location where the artifacts currently reside. class GoogleDevtoolsArtifactregistryV1alpha1GcsSource include Google::Apis::Core::Hashable diff --git a/generated/google/apis/artifactregistry_v1beta2/service.rb b/generated/google/apis/artifactregistry_v1beta2/service.rb index e5d32adab..465b6d037 100644 --- a/generated/google/apis/artifactregistry_v1beta2/service.rb +++ b/generated/google/apis/artifactregistry_v1beta2/service.rb @@ -896,6 +896,8 @@ module Google # Lists versions. # @param [String] parent # The name of the parent resource whose versions will be listed. + # @param [String] order_by + # Optional. Sorting field and order # @param [Fixnum] page_size # The maximum number of versions to return. Maximum page size is 10,000. # @param [String] page_token @@ -919,11 +921,12 @@ module Google # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def list_project_location_repository_package_versions(parent, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block) + def list_project_location_repository_package_versions(parent, order_by: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta2/{+parent}/versions', options) command.response_representation = Google::Apis::ArtifactregistryV1beta2::ListVersionsResponse::Representation command.response_class = Google::Apis::ArtifactregistryV1beta2::ListVersionsResponse command.params['parent'] = parent unless parent.nil? + command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['view'] = view unless view.nil? diff --git a/generated/google/apis/artifactregistry_v1beta2/synth.metadata b/generated/google/apis/artifactregistry_v1beta2/synth.metadata index 50d204fdb..9deaa982c 100644 --- a/generated/google/apis/artifactregistry_v1beta2/synth.metadata +++ b/generated/google/apis/artifactregistry_v1beta2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "b264d974a86e5acbc70cd73915eaf73daac61a63" + "sha": "14926bc6021243bb9b419ee77034b7a2fa849937" } } ]