public final class PythonSettings extends GeneratedMessage implements PythonSettingsOrBuilderSettings for Python client libraries.
Protobuf type google.api.PythonSettings
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PythonSettingsImplements
PythonSettingsOrBuilderStatic Fields
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EXPERIMENTAL_FEATURES_FIELD_NUMBER
public static final int EXPERIMENTAL_FEATURES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PythonSettings getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PythonSettings.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
newBuilder(PythonSettings prototype)
public static PythonSettings.Builder newBuilder(PythonSettings prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PythonSettings |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
parseDelimitedFrom(InputStream input)
public static PythonSettings parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PythonSettings parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PythonSettings parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PythonSettings parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PythonSettings parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PythonSettings parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PythonSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PythonSettings> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PythonSettings> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCommon()
public CommonLanguageSettings getCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLanguageSettings |
The common. |
getCommonOrBuilder()
public CommonLanguageSettingsOrBuilder getCommonOrBuilder()Some settings.
.google.api.CommonLanguageSettings common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonLanguageSettingsOrBuilder |
|
getDefaultInstanceForType()
public PythonSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PythonSettings |
|
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. |
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 |
|
getParserForType()
public Parser<PythonSettings> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PythonSettings> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PythonSettings.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PythonSettings.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
toBuilder()
public PythonSettings.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PythonSettings.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|