public interface PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the property
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the property
|
String |
getName()
The name of the property (a.k.a key).
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the property (a.k.a key).
|
Property.PropertyType |
getType()
The type of this property.
|
int |
getTypeValue()
The type of this property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
The name of the property (a.k.a key).
string name = 1;
com.google.protobuf.ByteString getNameBytes()
The name of the property (a.k.a key).
string name = 1;
int getTypeValue()
The type of this property.
.google.api.Property.PropertyType type = 2;
Property.PropertyType getType()
The type of this property.
.google.api.Property.PropertyType type = 2;
String getDescription()
The description of the property
string description = 3;
com.google.protobuf.ByteString getDescriptionBytes()
The description of the property
string description = 3;
Copyright © 2021 Google LLC. All rights reserved.