google-apis-discoveryengine_v1alpha 0.77.0 → 0.78.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.
@@ -1672,6 +1672,18 @@ module Google
1672
1672
  include Google::Apis::Core::JsonObjectSupport
1673
1673
  end
1674
1674
 
1675
+ class GoogleCloudDiscoveryengineV1alphaBranch
1676
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1677
+
1678
+ include Google::Apis::Core::JsonObjectSupport
1679
+ end
1680
+
1681
+ class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
1682
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1683
+
1684
+ include Google::Apis::Core::JsonObjectSupport
1685
+ end
1686
+
1675
1687
  class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
1676
1688
  class Representation < Google::Apis::Core::JsonRepresentation; end
1677
1689
 
@@ -2680,6 +2692,12 @@ module Google
2680
2692
  include Google::Apis::Core::JsonObjectSupport
2681
2693
  end
2682
2694
 
2695
+ class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
2696
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2697
+
2698
+ include Google::Apis::Core::JsonObjectSupport
2699
+ end
2700
+
2683
2701
  class GoogleCloudDiscoveryengineV1alphaListChunksResponse
2684
2702
  class Representation < Google::Apis::Core::JsonRepresentation; end
2685
2703
 
@@ -5609,6 +5627,7 @@ module Google
5609
5627
  class Representation < Google::Apis::Core::JsonRepresentation
5610
5628
  hash :action_params, as: 'actionParams'
5611
5629
  property :is_action_configured, as: 'isActionConfigured'
5630
+ property :json_action_params, as: 'jsonActionParams'
5612
5631
  property :service_name, as: 'serviceName'
5613
5632
  property :use_static_secrets, as: 'useStaticSecrets'
5614
5633
  end
@@ -5738,6 +5757,7 @@ module Google
5738
5757
  class GoogleCloudDiscoveryengineV1BapConfig
5739
5758
  # @private
5740
5759
  class Representation < Google::Apis::Core::JsonRepresentation
5760
+ collection :enabled_actions, as: 'enabledActions'
5741
5761
  collection :supported_connector_modes, as: 'supportedConnectorModes'
5742
5762
  end
5743
5763
  end
@@ -6015,6 +6035,7 @@ module Google
6015
6035
  class Representation < Google::Apis::Core::JsonRepresentation
6016
6036
  hash :additional_params, as: 'additionalParams'
6017
6037
  hash :auth_params, as: 'authParams'
6038
+ property :json_auth_params, as: 'jsonAuthParams'
6018
6039
  property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant::Representation
6019
6040
 
6020
6041
  end
@@ -6025,6 +6046,7 @@ module Google
6025
6046
  class Representation < Google::Apis::Core::JsonRepresentation
6026
6047
  hash :additional_params, as: 'additionalParams'
6027
6048
  hash :auth_params, as: 'authParams'
6049
+ property :json_auth_params, as: 'jsonAuthParams'
6028
6050
  end
6029
6051
  end
6030
6052
 
@@ -6072,6 +6094,7 @@ module Google
6072
6094
 
6073
6095
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig::Representation
6074
6096
 
6097
+ property :configurable_billing_approach, as: 'configurableBillingApproach'
6075
6098
  property :content_config, as: 'contentConfig'
6076
6099
  property :create_time, as: 'createTime'
6077
6100
  property :default_schema_id, as: 'defaultSchemaId'
@@ -6965,6 +6988,7 @@ module Google
6965
6988
  class Representation < Google::Apis::Core::JsonRepresentation
6966
6989
  hash :action_params, as: 'actionParams'
6967
6990
  property :is_action_configured, as: 'isActionConfigured'
6991
+ property :json_action_params, as: 'jsonActionParams'
6968
6992
  property :service_name, as: 'serviceName'
6969
6993
  property :use_static_secrets, as: 'useStaticSecrets'
6970
6994
  end
@@ -7688,6 +7712,7 @@ module Google
7688
7712
  class Representation < Google::Apis::Core::JsonRepresentation
7689
7713
  property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
7690
7714
 
7715
+ property :reply_id, as: 'replyId'
7691
7716
  end
7692
7717
  end
7693
7718
 
@@ -7876,6 +7901,7 @@ module Google
7876
7901
  class GoogleCloudDiscoveryengineV1alphaBapConfig
7877
7902
  # @private
7878
7903
  class Representation < Google::Apis::Core::JsonRepresentation
7904
+ collection :enabled_actions, as: 'enabledActions'
7879
7905
  collection :supported_connector_modes, as: 'supportedConnectorModes'
7880
7906
  end
7881
7907
  end
@@ -8037,6 +8063,25 @@ module Google
8037
8063
  end
8038
8064
  end
8039
8065
 
8066
+ class GoogleCloudDiscoveryengineV1alphaBranch
8067
+ # @private
8068
+ class Representation < Google::Apis::Core::JsonRepresentation
8069
+ property :branch_stats, as: 'branchStats', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats::Representation
8070
+
8071
+ property :display_name, as: 'displayName'
8072
+ property :is_default, as: 'isDefault'
8073
+ property :last_document_import_time, as: 'lastDocumentImportTime'
8074
+ property :name, as: 'name'
8075
+ end
8076
+ end
8077
+
8078
+ class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
8079
+ # @private
8080
+ class Representation < Google::Apis::Core::JsonRepresentation
8081
+ hash :document_counts, as: 'documentCounts'
8082
+ end
8083
+ end
8084
+
8040
8085
  class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
8041
8086
  # @private
8042
8087
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8641,6 +8686,7 @@ module Google
8641
8686
  class Representation < Google::Apis::Core::JsonRepresentation
8642
8687
  hash :additional_params, as: 'additionalParams'
8643
8688
  hash :auth_params, as: 'authParams'
8689
+ property :json_auth_params, as: 'jsonAuthParams'
8644
8690
  property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant::Representation
8645
8691
 
8646
8692
  end
@@ -8651,6 +8697,7 @@ module Google
8651
8697
  class Representation < Google::Apis::Core::JsonRepresentation
8652
8698
  hash :additional_params, as: 'additionalParams'
8653
8699
  hash :auth_params, as: 'authParams'
8700
+ property :json_auth_params, as: 'jsonAuthParams'
8654
8701
  end
8655
8702
  end
8656
8703
 
@@ -8698,6 +8745,7 @@ module Google
8698
8745
 
8699
8746
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
8700
8747
 
8748
+ property :configurable_billing_approach, as: 'configurableBillingApproach'
8701
8749
  property :content_config, as: 'contentConfig'
8702
8750
  property :create_time, as: 'createTime'
8703
8751
  property :default_schema_id, as: 'defaultSchemaId'
@@ -9806,6 +9854,14 @@ module Google
9806
9854
  end
9807
9855
  end
9808
9856
 
9857
+ class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
9858
+ # @private
9859
+ class Representation < Google::Apis::Core::JsonRepresentation
9860
+ collection :branches, as: 'branches', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch::Representation
9861
+
9862
+ end
9863
+ end
9864
+
9809
9865
  class GoogleCloudDiscoveryengineV1alphaListChunksResponse
9810
9866
  # @private
9811
9867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12346,6 +12402,7 @@ module Google
12346
12402
 
12347
12403
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
12348
12404
 
12405
+ property :configurable_billing_approach, as: 'configurableBillingApproach'
12349
12406
  property :content_config, as: 'contentConfig'
12350
12407
  property :create_time, as: 'createTime'
12351
12408
  property :default_schema_id, as: 'defaultSchemaId'
@@ -13947,6 +14004,7 @@ module Google
13947
14004
  property :next_page_token, as: 'nextPageToken'
13948
14005
  collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation::Representation
13949
14006
 
14007
+ collection :unreachable, as: 'unreachable'
13950
14008
  end
13951
14009
  end
13952
14010