Class ProjectProperties (2.10.0)

public sealed class ProjectProperties : IMessage<ProjectProperties>, IEquatable<ProjectProperties>, IDeepCloneable<ProjectProperties>, IBufferMessage, IMessage

A descriptor for defining project properties for a service. One service may have many consumer projects, and the service may want to behave differently depending on some properties on the project. For example, a project may be associated with a school, or a business, or a government agency, a business type property on the project may affect how a service responds to the client. This descriptor defines which properties are allowed to be set on a project.

Example:

project_properties: properties:

  • name: NO_WATERMARK type: BOOL description: Allows usage of the API without watermarks.
  • name: EXTENDED_TILE_CACHE_PERIOD type: INT64

Inheritance

object > ProjectProperties

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

ProjectProperties()

public ProjectProperties()

ProjectProperties(ProjectProperties)

public ProjectProperties(ProjectProperties other)
Parameter
NameDescription
otherProjectProperties

Fields

PropertiesFieldNumber

public const int PropertiesFieldNumber = 1

Field number for the "properties" field.

Field Value
TypeDescription
int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Parser

public static MessageParser<ProjectProperties> Parser { get; }
Property Value
TypeDescription
MessageParserProjectProperties

Properties

public RepeatedField<Property> Properties { get; }

List of per consumer project-specific properties.

Property Value
TypeDescription
RepeatedFieldProperty

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public ProjectProperties Clone()
Returns
TypeDescription
ProjectProperties

Equals(ProjectProperties)

public bool Equals(ProjectProperties other)
Parameter
NameDescription
otherProjectProperties
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(ProjectProperties)

public void MergeFrom(ProjectProperties other)
Parameter
NameDescription
otherProjectProperties

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream