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
Name Description
other ProjectProperties

Fields

PropertiesFieldNumber

public const int PropertiesFieldNumber = 1

Field number for the "properties" field.

Field Value
Type Description
Int32

Properties

Descriptor

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

Parser

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

Properties

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

List of per consumer project-specific properties.

Property Value
Type Description
Protobuf.Collections.RepeatedField<Property>

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

Clone()

public ProjectProperties Clone()
Returns
Type Description
ProjectProperties

Equals(ProjectProperties)

public bool Equals(ProjectProperties other)
Parameter
Name Description
other ProjectProperties
Returns
Type Description
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
Name Description
other Object
Returns
Type Description
Boolean

GetHashCode()

public override int GetHashCode()
Returns
Type Description
Int32

MergeFrom(ProjectProperties)

public void MergeFrom(ProjectProperties other)
Parameter
Name Description
other ProjectProperties

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
Name Description
input Protobuf.CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
Name Description
output Protobuf.CodedOutputStream