diff --git a/generated/google/apis/apigee_v1.rb b/generated/google/apis/apigee_v1.rb index 04b5dc2b3da..65963584184 100644 --- a/generated/google/apis/apigee_v1.rb +++ b/generated/google/apis/apigee_v1.rb @@ -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' diff --git a/generated/google/apis/apigee_v1/classes.rb b/generated/google/apis/apigee_v1/classes.rb index c81f6cf4496..9deac0a658d 100644 --- a/generated/google/apis/apigee_v1/classes.rb +++ b/generated/google/apis/apigee_v1/classes.rb @@ -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 @@ -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 @@ -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] attr_accessor :deployed_routes @@ -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] attr_accessor :data_collectors diff --git a/generated/google/apis/apigee_v1/service.rb b/generated/google/apis/apigee_v1/service.rb index 03214f3b0d5..329e189213e 100644 --- a/generated/google/apis/apigee_v1/service.rb +++ b/generated/google/apis/apigee_v1/service.rb @@ -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 @@ -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. @@ -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. @@ -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. @@ -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 diff --git a/generated/google/apis/apigee_v1/synth.metadata b/generated/google/apis/apigee_v1/synth.metadata index 1f850819174..2e66398617a 100644 --- a/generated/google/apis/apigee_v1/synth.metadata +++ b/generated/google/apis/apigee_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff" + "sha": "93d0d7eb836f16297553a4568aefca39bd6bfd25" } } ]