| Modifier and Type | Method and Description |
|---|---|
static TargetSite.Type |
TargetSite.Type.forNumber(int value) |
TargetSite.Type |
TargetSiteOrBuilder.getType()
The type of the target site, e.g., whether the site is to be included or
excluded.
|
TargetSite.Type |
TargetSite.getType()
The type of the target site, e.g., whether the site is to be included or
excluded.
|
TargetSite.Type |
TargetSite.Builder.getType()
The type of the target site, e.g., whether the site is to be included or
excluded.
|
static TargetSite.Type |
TargetSite.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TargetSite.Type |
TargetSite.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TargetSite.Type |
TargetSite.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetSite.Type[] |
TargetSite.Type.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<TargetSite.Type> |
TargetSite.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TargetSite.Builder |
TargetSite.Builder.setType(TargetSite.Type value)
The type of the target site, e.g., whether the site is to be included or
excluded.
|
Copyright © 2024 Google LLC. All rights reserved.