public sealed class PhpSettings : IMessage<PhpSettings>, IEquatable<PhpSettings>, IDeepCloneable<PhpSettings>, IBufferMessage, IMessage
Settings for Php client libraries.
Implements
IMessage PhpSettings , IEquatable PhpSettings , IDeepCloneable PhpSettings , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
PhpSettings()
public PhpSettings()
PhpSettings(PhpSettings)
public PhpSettings(PhpSettings other)
Fields
CommonFieldNumber
public const int CommonFieldNumber = 1
Field number for the "common" field.
Properties
Common
public CommonLanguageSettings Common { get; set; }
Some settings.
Descriptor
public static MessageDescriptor Descriptor { get; }
Parser
public static MessageParser<PhpSettings> Parser { get; }
Methods
CalculateSize()
public int CalculateSize()
Clone()
public PhpSettings Clone()
Equals(PhpSettings)
public bool Equals(PhpSettings other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(PhpSettings)
public void MergeFrom(PhpSettings other)
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)

