- 2.63.2 (latest)
- 2.63.1
- 2.62.0
- 2.61.3
- 2.60.0
- 2.59.2
- 2.58.0
- 2.57.0
- 2.56.0
- 2.54.1
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.1
- 2.49.0
- 2.48.0
- 2.46.0
- 2.45.1
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.1
- 2.36.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.1
- 2.24.0
- 2.23.1
- 2.22.1
- 2.21.1
- 2.15.0
- 2.14.3
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.6
- 2.8.4
- 2.7.4
public static final class Publishing.Builder extends GeneratedMessageV3.Builder<Publishing.Builder> implements PublishingOrBuilderThis message configures the settings for publishing Google Cloud Client libraries generated from the service config.
Protobuf type google.api.Publishing
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Publishing.BuilderImplements
PublishingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCodeownerGithubTeams(Iterable<String> values)
public Publishing.Builder addAllCodeownerGithubTeams(Iterable<String> values)GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The codeownerGithubTeams to add. |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
This builder for chaining. |
addAllLibrarySettings(Iterable<? extends ClientLibrarySettings> values)
public Publishing.Builder addAllLibrarySettings(Iterable<? extends ClientLibrarySettings> values)Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.api.ClientLibrarySettings> |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
|
addAllMethodSettings(Iterable<? extends MethodSettings> values)
public Publishing.Builder addAllMethodSettings(Iterable<? extends MethodSettings> values)A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
repeated .google.api.MethodSettings method_settings = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.api.MethodSettings> |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
|
addCodeownerGithubTeams(String value)
public Publishing.Builder addCodeownerGithubTeams(String value)GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe codeownerGithubTeams to add. |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
This builder for chaining. |
addCodeownerGithubTeamsBytes(ByteString value)
public Publishing.Builder addCodeownerGithubTeamsBytes(ByteString value)GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
repeated string codeowner_github_teams = 105;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the codeownerGithubTeams to add. |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
This builder for chaining. |
addLibrarySettings(ClientLibrarySettings value)
public Publishing.Builder addLibrarySettings(ClientLibrarySettings value)Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
| Parameter | |
|---|---|
| Name | Description |
value |
ClientLibrarySettings |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
|
addLibrarySettings(ClientLibrarySettings.Builder builderForValue)
public Publishing.Builder addLibrarySettings(ClientLibrarySettings.Builder builderForValue)Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ClientLibrarySettings.Builder |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
|
addLibrarySettings(int index, ClientLibrarySettings value)
public Publishing.Builder addLibrarySettings(int index, ClientLibrarySettings value)Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ClientLibrarySettings |
| Returns | |
|---|---|
| Type | Description |
Publishing.Builder |
|
addLibrarySettings(int index, ClientLibrarySettings.Builder builderForValue)
public Publishing.Builder addLibrarySettings(int index, ClientLibrarySettings.Builder builderForValue)Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
repeated .google.api.ClientLibrarySettings library_settings = 109;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
|