public final class PhpSettings extends GeneratedMessageV3 implements PhpSettingsOrBuilder
Settings for Php client libraries.
Protobuf type google.api.PhpSettings
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PhpSettingsImplements
PhpSettingsOrBuilderStatic Fields
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PhpSettings getDefaultInstance()
Type | Description |
PhpSettings |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PhpSettings.Builder newBuilder()
Type | Description |
PhpSettings.Builder |
newBuilder(PhpSettings prototype)
public static PhpSettings.Builder newBuilder(PhpSettings prototype)
Name | Description |
prototype | PhpSettings |
Type | Description |
PhpSettings.Builder |
parseDelimitedFrom(InputStream input)
public static PhpSettings parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PhpSettings parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PhpSettings parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PhpSettings parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PhpSettings parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PhpSettings parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PhpSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PhpSettings |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PhpSettings> parser()
Type | Description |
Parser<PhpSettings> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCommon()
public CommonLanguageSettings getCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
CommonLanguageSettings | The common. |
getCommonOrBuilder()
public CommonLanguageSettingsOrBuilder getCommonOrBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
CommonLanguageSettingsOrBuilder |
getDefaultInstanceForType()
public PhpSettings getDefaultInstanceForType()
Type | Description |
PhpSettings |
getParserForType()
public Parser<PhpSettings> getParserForType()
Type | Description |
Parser<PhpSettings> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCommon()
public boolean hasCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
boolean | Whether the common field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PhpSettings.Builder newBuilderForType()
Type | Description |
PhpSettings.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PhpSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PhpSettings.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PhpSettings.Builder toBuilder()
Type | Description |
PhpSettings.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |