Send feedback
Class Property (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
public sealed class Property : Protobuf.IMessage<Property>, Protobuf.IBufferMessage
Defines project properties.
API services can define properties that can be assigned to consumer projects
so that backends can perform response customization without having to make
additional calls or maintain additional storage. For example, Maps API
defines properties that controls map tile cache period, or whether to embed a
watermark in a result.
These values can be set via API producer console. Only API providers can
define and set these properties.
Namespace
Google.Api
Assembly
Google.Api.CommonProtos.dll
Constructors
Property()
Property(Property)
public Property(Property other)
Fields
DescriptionFieldNumber
public const int DescriptionFieldNumber = 3
Field number for the "description" field.
Field Value Type Description Int32
NameFieldNumber
public const int NameFieldNumber = 1
Field number for the "name" field.
Field Value Type Description Int32
TypeFieldNumber
public const int TypeFieldNumber = 2
Field number for the "type" field.
Field Value Type Description Int32
Properties
Description
public string Description { get; set; }
The description of the property
Property Value Type Description String
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Name
public string Name { get; set; }
The name of the property (a.k.a key).
Property Value Type Description String
Parser
public static Protobuf.MessageParser<Property> Parser { get; }
Type
public Property.Types.PropertyType Type { get; set; }
The type of this property.
Methods
CalculateSize()
public int CalculateSize()
Returns Type Description Int32
Clone()
Equals(Property)
public bool Equals(Property other)
Equals(Object)
public override bool Equals(object other)
Parameter Name Description other
Object
GetHashCode()
public override int GetHashCode()
Returns Type Description Int32
MergeFrom(Property)
public void MergeFrom(Property other)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}