Skip to content

Commit

Permalink
feat: Automated regeneration of apigee v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 18, 2020
1 parent 93d0d7e commit f725e9c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/apigee_v1.rb
Expand Up @@ -29,7 +29,7 @@ module Apis
# @see https://cloud.google.com/apigee-api-management/
module ApigeeV1
VERSION = 'V1'
REVISION = '20201108'
REVISION = '20201117'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
14 changes: 7 additions & 7 deletions generated/google/apis/apigee_v1/classes.rb
Expand Up @@ -1540,17 +1540,17 @@ def update!(**args)
end
end

# Data Collector configuration.
# Data collector configuration.
class GoogleCloudApigeeV1DataCollector
include Google::Apis::Core::Hashable

# Output only. The time at which the Data Collector was created in milliseconds
# Output only. The time at which the data collector was created in milliseconds
# since the epoch.
# Corresponds to the JSON property `createdAt`
# @return [Fixnum]
attr_accessor :created_at

# A description of the Data Collector.
# A description of the data collector.
# Corresponds to the JSON property `description`
# @return [String]
attr_accessor :description
Expand All @@ -1561,12 +1561,12 @@ class GoogleCloudApigeeV1DataCollector
# @return [Fixnum]
attr_accessor :last_modified_at

# ID of the Data Collector.
# ID of the data collector. Must begin with `dc_`.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name

# Immutable. The type of data this DataCollector will collect.
# Immutable. The type of data this data collector will collect.
# Corresponds to the JSON property `type`
# @return [String]
attr_accessor :type
Expand Down Expand Up @@ -3199,7 +3199,7 @@ class GoogleCloudApigeeV1InstanceDeploymentStatus
attr_accessor :deployed_revisions

# The current routes deployed in the ingress routing table. A route which is
# missing will be shown with no destination environment.
# missing will appear in missing_routes.
# Corresponds to the JSON property `deployedRoutes`
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>]
attr_accessor :deployed_routes
Expand Down Expand Up @@ -3530,7 +3530,7 @@ def update!(**args)
class GoogleCloudApigeeV1ListDataCollectorsResponse
include Google::Apis::Core::Hashable

# Data Collectors in the specified organization.
# Data collectors in the specified organization.
# Corresponds to the JSON property `dataCollectors`
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollector>]
attr_accessor :data_collectors
Expand Down
15 changes: 8 additions & 7 deletions generated/google/apis/apigee_v1/service.rb
Expand Up @@ -1432,11 +1432,12 @@ def list_organization_apps(parent, api_product: nil, apptype: nil, expand: nil,

# Creates a new data collector.
# @param [String] parent
# Required. Name of the organization in which to create the Data Collector in
# Required. Name of the organization in which to create the data collector in
# the following format: `organizations/`org``.
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollector] google_cloud_apigee_v1_data_collector_object
# @param [String] data_collector_id
# ID of the Data Collector. Overrides any ID in the Data Collector resource.
# ID of the data collector. Overrides any ID in the data collector resource.
# Must begin with `dc_`.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -1469,7 +1470,7 @@ def create_organization_datacollector(parent, google_cloud_apigee_v1_data_collec

# Deletes a data collector.
# @param [String] name
# Required. Name of the Data Collector in the following format: `organizations/`
# Required. Name of the data collector in the following format: `organizations/`
# org`/datacollectors/`data_collector_id``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1500,7 +1501,7 @@ def delete_organization_datacollector(name, fields: nil, quota_user: nil, option

# Gets a data collector.
# @param [String] name
# Required. Name of the Data Collector in the following format: `organizations/`
# Required. Name of the data collector in the following format: `organizations/`
# org`/datacollectors/`data_collector_id``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1531,10 +1532,10 @@ def get_organization_datacollector(name, fields: nil, quota_user: nil, options:

# Lists all data collectors.
# @param [String] parent
# Required. Name of the organization for which to list Data Collectors in the
# Required. Name of the organization for which to list data collectors in the
# following format: `organizations/`org``.
# @param [Fixnum] page_size
# Maximum number of Data Collectors to return. The page size defaults to 25.
# Maximum number of data collectors to return. The page size defaults to 25.
# @param [String] page_token
# Page token, returned from a previous ListDataCollectors call, that you can use
# to retrieve the next page.
Expand Down Expand Up @@ -1569,7 +1570,7 @@ def list_organization_datacollectors(parent, page_size: nil, page_token: nil, fi

# Updates a data collector.
# @param [String] name
# Required. Name of the Data Collector in the following format: `organizations/`
# Required. Name of the data collector in the following format: `organizations/`
# org`/datacollectors/`data_collector_id``.
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollector] google_cloud_apigee_v1_data_collector_object
# @param [String] update_mask
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/apigee_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff"
"sha": "93d0d7eb836f16297553a4568aefca39bd6bfd25"
}
}
]
Expand Down

0 comments on commit f725e9c

Please sign in to comment.