google-apis-discoveryengine_v1alpha 0.90.0 → 0.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84b7c1c99c77f7236e4eb892c8c2ee9f4de67b173355a363b14a10d267e9f530
4
- data.tar.gz: 32f53377c406e6698a7899bf7b7a4ddfb6824592b5a475aae9bf44a0d50deafb
3
+ metadata.gz: faef83ecc6ec3836bc0a1d571976537c9d65a9317c47f0b06895d430b05fca49
4
+ data.tar.gz: aecd47f6513555fd0518d6e8c11563b83da7ba36f12ebf32a0d2b1ff1434fede
5
5
  SHA512:
6
- metadata.gz: 708fd185de4c7c1a3cbf7b3c36134984d34adaddb369a293b5784342ee789e00abca453ec6f1715b38a43d9ac58f051851a7dd3c526f72baedc62c278a00d0ce
7
- data.tar.gz: 06e536c905d619710d09728c4c7adf04938c03e1240a0e2b0ff511fc3e06f48116cec977dae41237491d253869801f25de30bd934e492c21be1b7d418d14ec82
6
+ metadata.gz: f118bc3406d8d6c141f65ccd0b5236df1c2ed694f044385826748892498bd200b05c2e63fb00b77a15d60201ca2a2dc2157f642584b248a179684d991d18e419
7
+ data.tar.gz: 61c9de1fe7f326a64a28aaec0c2de8ca4cb9531868020d6194de4841deb9a50c193bac5e2e378e7a2d5a7720e98f0485d561ff5adf29baf436f1e03e3992043e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.91.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260118
6
+
3
7
  ### v0.90.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260112
@@ -3496,9 +3496,10 @@ module Google
3496
3496
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
3497
3497
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
3498
3498
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
3499
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
3500
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
3501
- # content` * `disable-google-drive-upload`
3499
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
3500
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
3501
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
3502
+ # upload` * `disable-welcome-emails`
3502
3503
  # Corresponds to the JSON property `features`
3503
3504
  # @return [Hash<String,String>]
3504
3505
  attr_accessor :features
@@ -7249,6 +7250,11 @@ module Google
7249
7250
  # @return [String]
7250
7251
  attr_accessor :name
7251
7252
 
7253
+ # Output only. The display name of the agent owner.
7254
+ # Corresponds to the JSON property `ownerDisplayName`
7255
+ # @return [String]
7256
+ attr_accessor :owner_display_name
7257
+
7252
7258
  # The reason why the agent was rejected. Only set if the state is PRIVATE, and
7253
7259
  # got there via rejection.
7254
7260
  # Corresponds to the JSON property `rejectionReason`
@@ -7271,6 +7277,11 @@ module Google
7271
7277
  # @return [String]
7272
7278
  attr_accessor :suspension_reason
7273
7279
 
7280
+ # Output only. The timestamp when the agent was last updated.
7281
+ # Corresponds to the JSON property `updateTime`
7282
+ # @return [String]
7283
+ attr_accessor :update_time
7284
+
7274
7285
  # Per-user annotations for an Agent, based on UserAnnotation.
7275
7286
  # Corresponds to the JSON property `userAnnotations`
7276
7287
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations]
@@ -7296,10 +7307,12 @@ module Google
7296
7307
  @display_name = args[:display_name] if args.key?(:display_name)
7297
7308
  @icon = args[:icon] if args.key?(:icon)
7298
7309
  @name = args[:name] if args.key?(:name)
7310
+ @owner_display_name = args[:owner_display_name] if args.key?(:owner_display_name)
7299
7311
  @rejection_reason = args[:rejection_reason] if args.key?(:rejection_reason)
7300
7312
  @state = args[:state] if args.key?(:state)
7301
7313
  @suggested_prompts = args[:suggested_prompts] if args.key?(:suggested_prompts)
7302
7314
  @suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
7315
+ @update_time = args[:update_time] if args.key?(:update_time)
7303
7316
  @user_annotations = args[:user_annotations] if args.key?(:user_annotations)
7304
7317
  @user_permissions = args[:user_permissions] if args.key?(:user_permissions)
7305
7318
  end
@@ -9502,8 +9515,8 @@ module Google
9502
9515
  # Output only. When set, uniquely identifies a reply within the `AssistAnswer`
9503
9516
  # resource. During an AssistantService.StreamAssist call, multiple `Reply`
9504
9517
  # messages with the same ID can occur within the response stream (across
9505
- # multiple AssistantService.StreamAssistResponse messages). These represent
9506
- # parts of a single `Reply` message in the final `AssistAnswer` resource.
9518
+ # multiple StreamAssistResponse messages). These represent parts of a single `
9519
+ # Reply` message in the final `AssistAnswer` resource.
9507
9520
  # Corresponds to the JSON property `replyId`
9508
9521
  # @return [String]
9509
9522
  attr_accessor :reply_id
@@ -15365,9 +15378,10 @@ module Google
15365
15378
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
15366
15379
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
15367
15380
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
15368
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
15369
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
15370
- # content` * `disable-google-drive-upload`
15381
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
15382
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
15383
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
15384
+ # upload` * `disable-welcome-emails`
15371
15385
  # Corresponds to the JSON property `features`
15372
15386
  # @return [Hash<String,String>]
15373
15387
  attr_accessor :features
@@ -18948,7 +18962,7 @@ module Google
18948
18962
  end
18949
18963
  end
18950
18964
 
18951
- # Response message for UserLicenseService.ListLicenseConfigUsageStats method.
18965
+ # Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
18952
18966
  class GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse
18953
18967
  include Google::Apis::Core::Hashable
18954
18968
 
@@ -22158,15 +22172,15 @@ module Google
22158
22172
 
22159
22173
  # Optional. The categories associated with a category page. Must be set for
22160
22174
  # category navigation queries to achieve good search quality. The format should
22161
- # be the same as UserEvent.PageInfo.page_category. This field is the equivalent
22162
- # of the query for browse (navigation) queries. It's used by the browse model
22163
- # when the query is empty. If the field is empty, it will not be used by the
22164
- # browse model. If the field contains more than one element, only the first
22165
- # element will be used. To represent full path of a category, use '>' character
22166
- # to separate different hierarchies. If '>' is part of the category name,
22167
- # replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
22168
- # Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
22169
- # `Graphics Cards > RTX_4090 > Founders Edition`
22175
+ # be the same as PageInfo.page_category. This field is the equivalent of the
22176
+ # query for browse (navigation) queries. It's used by the browse model when the
22177
+ # query is empty. If the field is empty, it will not be used by the browse model.
22178
+ # If the field contains more than one element, only the first element will be
22179
+ # used. To represent full path of a category, use '>' character to separate
22180
+ # different hierarchies. If '>' is part of the category name, replace it with
22181
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
22182
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
22183
+ # RTX_4090 > Founders Edition`
22170
22184
  # Corresponds to the JSON property `pageCategories`
22171
22185
  # @return [Array<String>]
22172
22186
  attr_accessor :page_categories
@@ -23305,8 +23319,8 @@ module Google
23305
23319
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
23306
23320
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
23307
23321
  # filters, and the `SOFT_BOOST` setting will not affect them. This field is only
23308
- # used if SearchRequest.natural_language_query_understanding_spec.
23309
- # filter_extraction_condition is set to FilterExtractionCondition.ENABLED.
23322
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
23323
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
23310
23324
  # Corresponds to the JSON property `extractedFilterBehavior`
23311
23325
  # @return [String]
23312
23326
  attr_accessor :extracted_filter_behavior
@@ -27226,7 +27240,7 @@ module Google
27226
27240
 
27227
27241
  # The name of the collection. It should be collection resource name. Format: `
27228
27242
  # projects/`project`/locations/`location`/collections/`collection_id``. For APIs
27229
- # under WidgetService, such as WidgetService.LookUpWidgetConfig, the project
27243
+ # under WidgetService, such as WidgetService.LookupWidgetConfig, the project
27230
27244
  # number and location part is erased in this field.
27231
27245
  # Corresponds to the JSON property `name`
27232
27246
  # @return [String]
@@ -27303,7 +27317,7 @@ module Google
27303
27317
  # The name of the data store. It should be data store resource name Format: `
27304
27318
  # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
27305
27319
  # `data_store_id``. For APIs under WidgetService, such as WidgetService.
27306
- # LookUpWidgetConfig, the project number and location part is erased in this
27320
+ # LookupWidgetConfig, the project number and location part is erased in this
27307
27321
  # field.
27308
27322
  # Corresponds to the JSON property `name`
27309
27323
  # @return [String]
@@ -27359,7 +27373,7 @@ module Google
27359
27373
  # The name of the data store. It should be data store resource name Format: `
27360
27374
  # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
27361
27375
  # `data_store_id``. For APIs under WidgetService, such as WidgetService.
27362
- # LookUpWidgetConfig, the project number and location part is erased in this
27376
+ # LookupWidgetConfig, the project number and location part is erased in this
27363
27377
  # field.
27364
27378
  # Corresponds to the JSON property `name`
27365
27379
  # @return [String]
@@ -27598,9 +27612,10 @@ module Google
27598
27612
  # Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
27599
27613
  # * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
27600
27614
  # chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
27601
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
27602
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
27603
- # content` * `disable-google-drive-upload`
27615
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
27616
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
27617
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
27618
+ # upload` * `disable-welcome-emails`
27604
27619
  # Corresponds to the JSON property `features`
27605
27620
  # @return [Hash<String,String>]
27606
27621
  attr_accessor :features
@@ -29501,9 +29516,10 @@ module Google
29501
29516
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
29502
29517
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
29503
29518
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
29504
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
29505
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
29506
- # content` * `disable-google-drive-upload`
29519
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
29520
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
29521
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
29522
+ # upload` * `disable-welcome-emails`
29507
29523
  # Corresponds to the JSON property `features`
29508
29524
  # @return [Hash<String,String>]
29509
29525
  attr_accessor :features
@@ -31618,15 +31634,15 @@ module Google
31618
31634
 
31619
31635
  # Optional. The categories associated with a category page. Must be set for
31620
31636
  # category navigation queries to achieve good search quality. The format should
31621
- # be the same as UserEvent.PageInfo.page_category. This field is the equivalent
31622
- # of the query for browse (navigation) queries. It's used by the browse model
31623
- # when the query is empty. If the field is empty, it will not be used by the
31624
- # browse model. If the field contains more than one element, only the first
31625
- # element will be used. To represent full path of a category, use '>' character
31626
- # to separate different hierarchies. If '>' is part of the category name,
31627
- # replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
31628
- # Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
31629
- # `Graphics Cards > RTX_4090 > Founders Edition`
31637
+ # be the same as PageInfo.page_category. This field is the equivalent of the
31638
+ # query for browse (navigation) queries. It's used by the browse model when the
31639
+ # query is empty. If the field is empty, it will not be used by the browse model.
31640
+ # If the field contains more than one element, only the first element will be
31641
+ # used. To represent full path of a category, use '>' character to separate
31642
+ # different hierarchies. If '>' is part of the category name, replace it with
31643
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
31644
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
31645
+ # RTX_4090 > Founders Edition`
31630
31646
  # Corresponds to the JSON property `pageCategories`
31631
31647
  # @return [Array<String>]
31632
31648
  attr_accessor :page_categories
@@ -32754,8 +32770,8 @@ module Google
32754
32770
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
32755
32771
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
32756
32772
  # filters, and the `SOFT_BOOST` setting will not affect them. This field is only
32757
- # used if SearchRequest.natural_language_query_understanding_spec.
32758
- # filter_extraction_condition is set to FilterExtractionCondition.ENABLED.
32773
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
32774
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
32759
32775
  # Corresponds to the JSON property `extractedFilterBehavior`
32760
32776
  # @return [String]
32761
32777
  attr_accessor :extracted_filter_behavior
@@ -33845,7 +33861,7 @@ module Google
33845
33861
  end
33846
33862
  end
33847
33863
 
33848
- # Request for SourceService.BatchDeleteSourcesRequest method.
33864
+ # Request for BatchDeleteSourcesRequest method.
33849
33865
  class GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest
33850
33866
  include Google::Apis::Core::Hashable
33851
33867
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1alpha
18
18
  # Version of the google-apis-discoveryengine_v1alpha gem
19
- GEM_VERSION = "0.90.0"
19
+ GEM_VERSION = "0.91.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260112"
25
+ REVISION = "20260118"
26
26
  end
27
27
  end
28
28
  end
@@ -7505,11 +7505,13 @@ module Google
7505
7505
  property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage::Representation
7506
7506
 
7507
7507
  property :name, as: 'name'
7508
+ property :owner_display_name, as: 'ownerDisplayName'
7508
7509
  property :rejection_reason, as: 'rejectionReason'
7509
7510
  property :state, as: 'state'
7510
7511
  collection :suggested_prompts, as: 'suggestedPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt::Representation
7511
7512
 
7512
7513
  property :suspension_reason, as: 'suspensionReason'
7514
+ property :update_time, as: 'updateTime'
7513
7515
  property :user_annotations, as: 'userAnnotations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations::Representation
7514
7516
 
7515
7517
  property :user_permissions, as: 'userPermissions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions::Representation
@@ -229,7 +229,8 @@ module Google
229
229
  # @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProject] google_cloud_discoveryengine_v1alpha_project_object
230
230
  # @param [String] update_mask
231
231
  # Optional. The list of fields to update. Supported fields: * `
232
- # customer_provided_config`
232
+ # customer_provided_config` * `customer_provided_config.notebooklm_config.
233
+ # observability_config`
233
234
  # @param [String] fields
234
235
  # Selector specifying which fields to include in a partial response.
235
236
  # @param [String] quota_user
@@ -2229,8 +2230,8 @@ module Google
2229
2230
  # can be used as a special branch_id, it returns the default branch that has
2230
2231
  # been set for the document.
2231
2232
  # @param [String] view
2232
- # The view to apply to the returned Branch. Defaults to Branch.BranchView.BASIC
2233
- # if unspecified.
2233
+ # The view to apply to the returned Branch. Defaults to BranchView.
2234
+ # BRANCH_VIEW_BASIC if unspecified.
2234
2235
  # @param [String] fields
2235
2236
  # Selector specifying which fields to include in a partial response.
2236
2237
  # @param [String] quota_user
@@ -2263,8 +2264,8 @@ module Google
2263
2264
  # @param [String] parent
2264
2265
  # Required. The parent data store resource name.
2265
2266
  # @param [String] view
2266
- # The view to apply to the returned Branch. Defaults to Branch.BranchView.BASIC
2267
- # if unspecified.
2267
+ # The view to apply to the returned Branch. Defaults to BranchView.
2268
+ # BRANCH_VIEW_BASIC if unspecified.
2268
2269
  # @param [String] fields
2269
2270
  # Selector specifying which fields to include in a partial response.
2270
2271
  # @param [String] quota_user
@@ -6009,7 +6010,7 @@ module Google
6009
6010
  # @param [Fixnum] max_suggested_prompts
6010
6011
  # Optional. The maximum number of suggested prompts to return per agent.
6011
6012
  # @param [Fixnum] page_size
6012
- # Optional. Maximum number of AgentViewss to return. If unspecified, defaults to
6013
+ # Optional. Maximum number of AgentViews to return. If unspecified, defaults to
6013
6014
  # 100. The maximum allowed value is 1000; anything above that will be coerced
6014
6015
  # down to 1000.
6015
6016
  # @param [String] page_token
@@ -6207,6 +6208,9 @@ module Google
6207
6208
  # Required. The name of the Agent to disable. Format: `projects/`project`/
6208
6209
  # locations/`location`/collections/`collection`/engines/`engine`/assistants/`
6209
6210
  # assistant`/agents/`agent``
6211
+ # @param [String] revision_id
6212
+ # Optional. The Revision ID of the Agent to disable. If not specified, the
6213
+ # latest revision will be disabled.
6210
6214
  # @param [String] fields
6211
6215
  # Selector specifying which fields to include in a partial response.
6212
6216
  # @param [String] quota_user
@@ -6224,11 +6228,12 @@ module Google
6224
6228
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6225
6229
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6226
6230
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6227
- def disable_project_location_collection_engine_assistant_agent_agent(name, fields: nil, quota_user: nil, options: nil, &block)
6231
+ def disable_project_location_collection_engine_assistant_agent_agent(name, revision_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6228
6232
  command = make_simple_command(:post, 'v1alpha/{+name}:disableAgent', options)
6229
6233
  command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent::Representation
6230
6234
  command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent
6231
6235
  command.params['name'] = name unless name.nil?
6236
+ command.query['revisionId'] = revision_id unless revision_id.nil?
6232
6237
  command.query['fields'] = fields unless fields.nil?
6233
6238
  command.query['quotaUser'] = quota_user unless quota_user.nil?
6234
6239
  execute_or_queue_command(command, &block)
@@ -6240,6 +6245,9 @@ module Google
6240
6245
  # Required. The name of the Agent to enable. Format: `projects/`project`/
6241
6246
  # locations/`location`/collections/`collection`/engines/`engine`/assistants/`
6242
6247
  # assistant`/agents/`agent``
6248
+ # @param [String] revision_id
6249
+ # Optional. The Revision ID of the Agent to enable. If not specified, the latest
6250
+ # revision will be enabled.
6243
6251
  # @param [String] fields
6244
6252
  # Selector specifying which fields to include in a partial response.
6245
6253
  # @param [String] quota_user
@@ -6257,11 +6265,12 @@ module Google
6257
6265
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6258
6266
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6259
6267
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6260
- def enable_project_location_collection_engine_assistant_agent_agent(name, fields: nil, quota_user: nil, options: nil, &block)
6268
+ def enable_project_location_collection_engine_assistant_agent_agent(name, revision_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6261
6269
  command = make_simple_command(:post, 'v1alpha/{+name}:enableAgent', options)
6262
6270
  command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent::Representation
6263
6271
  command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent
6264
6272
  command.params['name'] = name unless name.nil?
6273
+ command.query['revisionId'] = revision_id unless revision_id.nil?
6265
6274
  command.query['fields'] = fields unless fields.nil?
6266
6275
  command.query['quotaUser'] = quota_user unless quota_user.nil?
6267
6276
  execute_or_queue_command(command, &block)
@@ -8915,8 +8924,8 @@ module Google
8915
8924
  # can be used as a special branch_id, it returns the default branch that has
8916
8925
  # been set for the document.
8917
8926
  # @param [String] view
8918
- # The view to apply to the returned Branch. Defaults to Branch.BranchView.BASIC
8919
- # if unspecified.
8927
+ # The view to apply to the returned Branch. Defaults to BranchView.
8928
+ # BRANCH_VIEW_BASIC if unspecified.
8920
8929
  # @param [String] fields
8921
8930
  # Selector specifying which fields to include in a partial response.
8922
8931
  # @param [String] quota_user
@@ -8949,8 +8958,8 @@ module Google
8949
8958
  # @param [String] parent
8950
8959
  # Required. The parent data store resource name.
8951
8960
  # @param [String] view
8952
- # The view to apply to the returned Branch. Defaults to Branch.BranchView.BASIC
8953
- # if unspecified.
8961
+ # The view to apply to the returned Branch. Defaults to BranchView.
8962
+ # BRANCH_VIEW_BASIC if unspecified.
8954
8963
  # @param [String] fields
8955
8964
  # Selector specifying which fields to include in a partial response.
8956
8965
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.90.0
4
+ version: 0.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.91.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: