Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 90 additions & 21 deletions lib/generated/google/api/client.pb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ defmodule Google.Api.ClientLibraryOrganization do
Affects the url where generated docs are published, etc.
"""

use Protobuf, enum: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
enum: true,
full_name: "google.api.ClientLibraryOrganization",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED, 0
field :CLOUD, 1
Expand All @@ -21,7 +25,11 @@ defmodule Google.Api.ClientLibraryDestination do
To where should client libraries be published?
"""

use Protobuf, enum: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
enum: true,
full_name: "google.api.ClientLibraryDestination",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :CLIENT_LIBRARY_DESTINATION_UNSPECIFIED, 0
field :GITHUB, 10
Expand All @@ -33,7 +41,10 @@ defmodule Google.Api.CommonLanguageSettings do
Required information for every language.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.CommonLanguageSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :reference_docs_uri, 1, type: :string, json_name: "referenceDocsUri", deprecated: true
field :destinations, 2, repeated: true, type: Google.Api.ClientLibraryDestination, enum: true
Expand All @@ -48,7 +59,10 @@ defmodule Google.Api.ClientLibrarySettings do
Details about how and where to publish client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.ClientLibrarySettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :version, 1, type: :string
field :launch_stage, 2, type: Google.Api.LaunchStage, json_name: "launchStage", enum: true
Expand All @@ -70,7 +84,10 @@ defmodule Google.Api.Publishing do
generated from the service config.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.Publishing",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :method_settings, 2,
repeated: true,
Expand Down Expand Up @@ -105,7 +122,11 @@ defmodule Google.Api.Publishing do
end

defmodule Google.Api.JavaSettings.ServiceClassNamesEntry do
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.JavaSettings.ServiceClassNamesEntry",
map: true,
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :key, 1, type: :string
field :value, 2, type: :string
Expand All @@ -116,7 +137,10 @@ defmodule Google.Api.JavaSettings do
Settings for Java client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.JavaSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :library_package, 1, type: :string, json_name: "libraryPackage"

Expand All @@ -134,7 +158,10 @@ defmodule Google.Api.CppSettings do
Settings for C++ client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.CppSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings
end
Expand All @@ -144,7 +171,10 @@ defmodule Google.Api.PhpSettings do
Settings for Php client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.PhpSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings
end
Expand All @@ -156,7 +186,10 @@ defmodule Google.Api.PythonSettings.ExperimentalFeatures do
by default.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.PythonSettings.ExperimentalFeatures",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :rest_async_io_enabled, 1, type: :bool, json_name: "restAsyncIoEnabled"

Expand All @@ -172,7 +205,10 @@ defmodule Google.Api.PythonSettings do
Settings for Python client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.PythonSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings

Expand All @@ -186,20 +222,31 @@ defmodule Google.Api.NodeSettings do
Settings for Node client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.NodeSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings
end

defmodule Google.Api.DotnetSettings.RenamedServicesEntry do
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.DotnetSettings.RenamedServicesEntry",
map: true,
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :key, 1, type: :string
field :value, 2, type: :string
end

defmodule Google.Api.DotnetSettings.RenamedResourcesEntry do
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.DotnetSettings.RenamedResourcesEntry",
map: true,
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :key, 1, type: :string
field :value, 2, type: :string
Expand All @@ -210,7 +257,10 @@ defmodule Google.Api.DotnetSettings do
Settings for Dotnet client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.DotnetSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings

Expand Down Expand Up @@ -244,13 +294,20 @@ defmodule Google.Api.RubySettings do
Settings for Ruby client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.RubySettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings
end

defmodule Google.Api.GoSettings.RenamedServicesEntry do
use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.GoSettings.RenamedServicesEntry",
map: true,
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :key, 1, type: :string
field :value, 2, type: :string
Expand All @@ -261,7 +318,10 @@ defmodule Google.Api.GoSettings do
Settings for Go client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.GoSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :common, 1, type: Google.Api.CommonLanguageSettings

Expand All @@ -281,7 +341,10 @@ defmodule Google.Api.MethodSettings.LongRunning do
[Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.MethodSettings.LongRunning",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :initial_poll_delay, 1, type: Google.Protobuf.Duration, json_name: "initialPollDelay"
field :poll_delay_multiplier, 2, type: :float, json_name: "pollDelayMultiplier"
Expand All @@ -294,7 +357,10 @@ defmodule Google.Api.MethodSettings do
Describes the generator configuration for a method.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.MethodSettings",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :selector, 1, type: :string
field :long_running, 2, type: Google.Api.MethodSettings.LongRunning, json_name: "longRunning"
Expand All @@ -307,7 +373,10 @@ defmodule Google.Api.SelectiveGapicGeneration do
a service for client libraries.
"""

use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
use Protobuf,
full_name: "google.api.SelectiveGapicGeneration",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3

field :methods, 1, repeated: true, type: :string
field :generate_omitted_as_internal, 2, type: :bool, json_name: "generateOmittedAsInternal"
Expand Down
Loading