Class ProjectProperties (2.2.0)

public sealed class ProjectProperties : Protobuf.IMessage<ProjectProperties>, Protobuf.IBufferMessage

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
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

Parser

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

Properties

public Protobuf.Collections.RepeatedField<Property> Properties { get; }

List of per consumer project-specific properties.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<Property>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public ProjectProperties Clone()
Returns
TypeDescription
ProjectProperties

Equals(ProjectProperties)

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

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(ProjectProperties)

public void MergeFrom(ProjectProperties other)
Parameter
NameDescription
otherProjectProperties

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream