- 2.65.1 (latest)
- 2.65.0
- 2.64.1
- 2.63.2
- 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 PythonSettings.Builder extends GeneratedMessage.Builder<PythonSettings.Builder> implements PythonSettingsOrBuilderSettings for Python client libraries.
Protobuf type google.api.PythonSettings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PythonSettings.BuilderImplements
PythonSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PythonSettings build()| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
buildPartial()
public PythonSettings buildPartial()| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
clear()
public PythonSettings.Builder clear()| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
clearCommon()
public PythonSettings.Builder clearCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
clearExperimentalFeatures()
public PythonSettings.Builder clearExperimentalFeatures()Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
getCommon()
public CommonLanguageSettings getCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLanguageSettings |
The common. |
getCommonBuilder()
public CommonLanguageSettings.Builder getCommonBuilder()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLanguageSettings.Builder |
|
getCommonOrBuilder()
public CommonLanguageSettingsOrBuilder getCommonOrBuilder()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLanguageSettingsOrBuilder |
|
getDefaultInstanceForType()
public PythonSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExperimentalFeatures()
public PythonSettings.ExperimentalFeatures getExperimentalFeatures()Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Returns | |
|---|---|
| Type | Description |
PythonSettings.ExperimentalFeatures |
The experimentalFeatures. |
getExperimentalFeaturesBuilder()
public PythonSettings.ExperimentalFeatures.Builder getExperimentalFeaturesBuilder()Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Returns | |
|---|---|
| Type | Description |
PythonSettings.ExperimentalFeatures.Builder |
|
getExperimentalFeaturesOrBuilder()
public PythonSettings.ExperimentalFeaturesOrBuilder getExperimentalFeaturesOrBuilder()Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Returns | |
|---|---|
| Type | Description |
PythonSettings.ExperimentalFeaturesOrBuilder |
|
hasCommon()
public boolean hasCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the common field is set. |
hasExperimentalFeatures()
public boolean hasExperimentalFeatures()Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the experimentalFeatures field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCommon(CommonLanguageSettings value)
public PythonSettings.Builder mergeCommon(CommonLanguageSettings value)Some settings.
.google.api.CommonLanguageSettings common = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CommonLanguageSettings |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
mergeExperimentalFeatures(PythonSettings.ExperimentalFeatures value)
public PythonSettings.Builder mergeExperimentalFeatures(PythonSettings.ExperimentalFeatures value)Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PythonSettings.ExperimentalFeatures |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
mergeFrom(PythonSettings other)
public PythonSettings.Builder mergeFrom(PythonSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
PythonSettings |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PythonSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PythonSettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
setCommon(CommonLanguageSettings value)
public PythonSettings.Builder setCommon(CommonLanguageSettings value)Some settings.
.google.api.CommonLanguageSettings common = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CommonLanguageSettings |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
setCommon(CommonLanguageSettings.Builder builderForValue)
public PythonSettings.Builder setCommon(CommonLanguageSettings.Builder builderForValue)Some settings.
.google.api.CommonLanguageSettings common = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CommonLanguageSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
setExperimentalFeatures(PythonSettings.ExperimentalFeatures value)
public PythonSettings.Builder setExperimentalFeatures(PythonSettings.ExperimentalFeatures value)Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PythonSettings.ExperimentalFeatures |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
setExperimentalFeatures(PythonSettings.ExperimentalFeatures.Builder builderForValue)
public PythonSettings.Builder setExperimentalFeatures(PythonSettings.ExperimentalFeatures.Builder builderForValue)Experimental features to be included during client library generation.
.google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PythonSettings.ExperimentalFeatures.Builder |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|