| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static Property.PropertyType |
Property.PropertyType.forNumber(int value) |
Property.PropertyType |
Property.getType()
The type of this property.
|
Property.PropertyType |
Property.Builder.getType()
The type of this property.
|
Property.PropertyType |
PropertyOrBuilder.getType()
The type of this property.
|
static Property.PropertyType |
Property.PropertyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Property.PropertyType |
Property.PropertyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Property.PropertyType |
Property.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.PropertyType[] |
Property.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Property.PropertyType> |
Property.PropertyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Property.Builder |
Property.Builder.setType(Property.PropertyType value)
The type of this property.
|
Copyright © 2022 Google LLC. All rights reserved.