Skip to content

Commit 233b074

Browse files
feat: Automated regeneration of DiscoveryEngine client (googleapis#13074)
Auto-created at 2025-03-04 13:12:24 +0000 using the toys pull request generator.
1 parent 99e3a0e commit 233b074

15 files changed

+323
-2
lines changed

clients/discovery_engine/lib/google_api/discovery_engine/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DiscoveryEngine.V1 do
2020
API client metadata for GoogleApi.DiscoveryEngine.V1.
2121
"""
2222

23-
@discovery_revision "20250226"
23+
@discovery_revision "20250228"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/discovery_engine/lib/google_api/discovery_engine/v1/model/google_cloud_discoveryengine_v1_generate_grounded_content_request_grounding_source.ex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Generat
2121
2222
## Attributes
2323
24+
* `enterpriseWebRetrievalSource` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource.t`, *default:* `nil`) - If set, grounding is performed with enterprise web retrieval.
2425
* `googleSearchSource` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource.t`, *default:* `nil`) - If set, grounding is performed with Google Search.
2526
* `inlineSource` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceInlineSource.t`, *default:* `nil`) - If set, grounding is performed with inline content.
2627
* `searchSource` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceSearchSource.t`, *default:* `nil`) - If set, grounding is performed with Vertex AI Search.
@@ -29,6 +30,9 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Generat
2930
use GoogleApi.Gax.ModelBase
3031

3132
@type t :: %__MODULE__{
33+
:enterpriseWebRetrievalSource =>
34+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource.t()
35+
| nil,
3236
:googleSearchSource =>
3337
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource.t()
3438
| nil,
@@ -40,6 +44,11 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Generat
4044
| nil
4145
}
4246

47+
field(:enterpriseWebRetrievalSource,
48+
as:
49+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource
50+
)
51+
4352
field(:googleSearchSource,
4453
as:
4554
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceGoogleSearchSource
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Copyright 2019 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# NOTE: This file is auto generated by the elixir code generator program.
16+
# Do not edit this file manually.
17+
18+
defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource do
19+
@moduledoc """
20+
Params for using enterprise web retrieval as grounding source.
21+
22+
## Attributes
23+
24+
"""
25+
26+
use GoogleApi.Gax.ModelBase
27+
28+
@type t :: %__MODULE__{}
29+
end
30+
31+
defimpl Poison.Decoder,
32+
for:
33+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource do
34+
def decode(value, options) do
35+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource.decode(
36+
value,
37+
options
38+
)
39+
end
40+
end
41+
42+
defimpl Poison.Encoder,
43+
for:
44+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestGroundingSourceEnterpriseWebRetrievalSource do
45+
def encode(value, options) do
46+
GoogleApi.Gax.ModelBase.encode(value, options)
47+
end
48+
end

clients/discovery_engine/lib/google_api/discovery_engine/v1/model/google_cloud_discoveryengine_v1alpha_connector_run_entity_run.ex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCo
2727
* `errors` (*type:* `list(GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t)`, *default:* `nil`) - The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.
2828
* `extractedRecordCount` (*type:* `String.t`, *default:* `nil`) - The number of documents extracted from connector source, ready to be ingested to UCS.
2929
* `indexedRecordCount` (*type:* `String.t`, *default:* `nil`) - The number of documents indexed.
30+
* `progress` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.t`, *default:* `nil`) - Metadata to generate the progress bar.
3031
* `sourceApiRequestCount` (*type:* `String.t`, *default:* `nil`) - The number of requests sent to 3p API.
3132
* `state` (*type:* `String.t`, *default:* `nil`) - The state of the entity's sync run.
3233
* `stateUpdateTime` (*type:* `DateTime.t`, *default:* `nil`) - Timestamp at which the entity sync state was last updated.
@@ -43,6 +44,9 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCo
4344
:errors => list(GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t()) | nil,
4445
:extractedRecordCount => String.t() | nil,
4546
:indexedRecordCount => String.t() | nil,
47+
:progress =>
48+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.t()
49+
| nil,
4650
:sourceApiRequestCount => String.t() | nil,
4751
:state => String.t() | nil,
4852
:stateUpdateTime => DateTime.t() | nil,
@@ -56,6 +60,12 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCo
5660
field(:errors, as: GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus, type: :list)
5761
field(:extractedRecordCount)
5862
field(:indexedRecordCount)
63+
64+
field(:progress,
65+
as:
66+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
67+
)
68+
5969
field(:sourceApiRequestCount)
6070
field(:state)
6171
field(:stateUpdateTime, as: DateTime)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Copyright 2019 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# NOTE: This file is auto generated by the elixir code generator program.
16+
# Do not edit this file manually.
17+
18+
defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
19+
@moduledoc """
20+
Represents the progress of a sync run.
21+
22+
## Attributes
23+
24+
* `currentCount` (*type:* `String.t`, *default:* `nil`) - The current progress.
25+
* `percentile` (*type:* `integer()`, *default:* `nil`) - Derived. The percentile of the progress.
26+
* `totalCount` (*type:* `String.t`, *default:* `nil`) - The total.
27+
"""
28+
29+
use GoogleApi.Gax.ModelBase
30+
31+
@type t :: %__MODULE__{
32+
:currentCount => String.t() | nil,
33+
:percentile => integer() | nil,
34+
:totalCount => String.t() | nil
35+
}
36+
37+
field(:currentCount)
38+
field(:percentile)
39+
field(:totalCount)
40+
end
41+
42+
defimpl Poison.Decoder,
43+
for:
44+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
45+
def decode(value, options) do
46+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.decode(
47+
value,
48+
options
49+
)
50+
end
51+
end
52+
53+
defimpl Poison.Encoder,
54+
for:
55+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
56+
def encode(value, options) do
57+
GoogleApi.Gax.ModelBase.encode(value, options)
58+
end
59+
end

clients/discovery_engine/lib/google_api/discovery_engine/v1/model/google_cloud_discoveryengine_v1alpha_dedicated_crawl_rate_time_series.ex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,41 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaDe
2121
2222
## Attributes
2323
24+
* `autoRefreshCrawlErrorRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's error rate time series of auto-refresh dedicated crawl.
2425
* `autoRefreshCrawlRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like refreshing urls periodically.
26+
* `userTriggeredCrawlErrorRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's error rate time series of user triggered dedicated crawl.
2527
* `userTriggeredCrawlRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use cases like crawling urls or sitemaps specified by users.
2628
"""
2729

2830
use GoogleApi.Gax.ModelBase
2931

3032
@type t :: %__MODULE__{
33+
:autoRefreshCrawlErrorRate =>
34+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t()
35+
| nil,
3136
:autoRefreshCrawlRate =>
3237
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t()
3338
| nil,
39+
:userTriggeredCrawlErrorRate =>
40+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t()
41+
| nil,
3442
:userTriggeredCrawlRate =>
3543
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries.t()
3644
| nil
3745
}
3846

47+
field(:autoRefreshCrawlErrorRate,
48+
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
49+
)
50+
3951
field(:autoRefreshCrawlRate,
4052
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
4153
)
4254

55+
field(:userTriggeredCrawlErrorRate,
56+
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
57+
)
58+
4359
field(:userTriggeredCrawlRate,
4460
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
4561
)

clients/discovery_engine/lib/google_api/discovery_engine/v1/model/google_cloud_discoveryengine_v1beta_dedicated_crawl_rate_time_series.ex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,41 @@ defmodule GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaDed
2121
2222
## Attributes
2323
24+
* `autoRefreshCrawlErrorRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's error rate time series of auto-refresh dedicated crawl.
2425
* `autoRefreshCrawlRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like refreshing urls periodically.
26+
* `userTriggeredCrawlErrorRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's error rate time series of user triggered dedicated crawl.
2527
* `userTriggeredCrawlRate` (*type:* `GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t`, *default:* `nil`) - Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use cases like crawling urls or sitemaps specified by users.
2628
"""
2729

2830
use GoogleApi.Gax.ModelBase
2931

3032
@type t :: %__MODULE__{
33+
:autoRefreshCrawlErrorRate =>
34+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t()
35+
| nil,
3136
:autoRefreshCrawlRate =>
3237
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t()
3338
| nil,
39+
:userTriggeredCrawlErrorRate =>
40+
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t()
41+
| nil,
3442
:userTriggeredCrawlRate =>
3543
GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries.t()
3644
| nil
3745
}
3846

47+
field(:autoRefreshCrawlErrorRate,
48+
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries
49+
)
50+
3951
field(:autoRefreshCrawlRate,
4052
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries
4153
)
4254

55+
field(:userTriggeredCrawlErrorRate,
56+
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries
57+
)
58+
4359
field(:userTriggeredCrawlRate,
4460
as: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries
4561
)

clients/discovery_engine/lib/google_api/discovery_engine/v1beta/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DiscoveryEngine.V1beta do
2020
API client metadata for GoogleApi.DiscoveryEngine.V1beta.
2121
"""
2222

23-
@discovery_revision "20250226"
23+
@discovery_revision "20250228"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/discovery_engine/lib/google_api/discovery_engine/v1beta/model/google_cloud_discoveryengine_v1alpha_connector_run_entity_run.ex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alp
2727
* `errors` (*type:* `list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t)`, *default:* `nil`) - The errors from the entity's sync run. Only exist if running into an error state. Contains error code and error message.
2828
* `extractedRecordCount` (*type:* `String.t`, *default:* `nil`) - The number of documents extracted from connector source, ready to be ingested to UCS.
2929
* `indexedRecordCount` (*type:* `String.t`, *default:* `nil`) - The number of documents indexed.
30+
* `progress` (*type:* `GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.t`, *default:* `nil`) - Metadata to generate the progress bar.
3031
* `sourceApiRequestCount` (*type:* `String.t`, *default:* `nil`) - The number of requests sent to 3p API.
3132
* `state` (*type:* `String.t`, *default:* `nil`) - The state of the entity's sync run.
3233
* `stateUpdateTime` (*type:* `DateTime.t`, *default:* `nil`) - Timestamp at which the entity sync state was last updated.
@@ -43,6 +44,9 @@ defmodule GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alp
4344
:errors => list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()) | nil,
4445
:extractedRecordCount => String.t() | nil,
4546
:indexedRecordCount => String.t() | nil,
47+
:progress =>
48+
GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.t()
49+
| nil,
4650
:sourceApiRequestCount => String.t() | nil,
4751
:state => String.t() | nil,
4852
:stateUpdateTime => DateTime.t() | nil,
@@ -56,6 +60,12 @@ defmodule GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alp
5660
field(:errors, as: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus, type: :list)
5761
field(:extractedRecordCount)
5862
field(:indexedRecordCount)
63+
64+
field(:progress,
65+
as:
66+
GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress
67+
)
68+
5969
field(:sourceApiRequestCount)
6070
field(:state)
6171
field(:stateUpdateTime, as: DateTime)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Copyright 2019 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# NOTE: This file is auto generated by the elixir code generator program.
16+
# Do not edit this file manually.
17+
18+
defmodule GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
19+
@moduledoc """
20+
Represents the progress of a sync run.
21+
22+
## Attributes
23+
24+
* `currentCount` (*type:* `String.t`, *default:* `nil`) - The current progress.
25+
* `percentile` (*type:* `integer()`, *default:* `nil`) - Derived. The percentile of the progress.
26+
* `totalCount` (*type:* `String.t`, *default:* `nil`) - The total.
27+
"""
28+
29+
use GoogleApi.Gax.ModelBase
30+
31+
@type t :: %__MODULE__{
32+
:currentCount => String.t() | nil,
33+
:percentile => integer() | nil,
34+
:totalCount => String.t() | nil
35+
}
36+
37+
field(:currentCount)
38+
field(:percentile)
39+
field(:totalCount)
40+
end
41+
42+
defimpl Poison.Decoder,
43+
for:
44+
GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
45+
def decode(value, options) do
46+
GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress.decode(
47+
value,
48+
options
49+
)
50+
end
51+
end
52+
53+
defimpl Poison.Encoder,
54+
for:
55+
GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress do
56+
def encode(value, options) do
57+
GoogleApi.Gax.ModelBase.encode(value, options)
58+
end
59+
end

0 commit comments

Comments
 (0)