| Modifier and Type | Method and Description |
|---|---|
static InfoTypeSupportedBy |
InfoTypeSupportedBy.forNumber(int value) |
InfoTypeSupportedBy |
InfoTypeDescriptionOrBuilder.getSupportedBy(int index)
Which parts of the API supports this InfoType.
|
InfoTypeSupportedBy |
InfoTypeDescription.getSupportedBy(int index)
Which parts of the API supports this InfoType.
|
InfoTypeSupportedBy |
InfoTypeDescription.Builder.getSupportedBy(int index)
Which parts of the API supports this InfoType.
|
static InfoTypeSupportedBy |
InfoTypeSupportedBy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InfoTypeSupportedBy |
InfoTypeSupportedBy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InfoTypeSupportedBy |
InfoTypeSupportedBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoTypeSupportedBy[] |
InfoTypeSupportedBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<InfoTypeSupportedBy> |
InfoTypeDescriptionOrBuilder.getSupportedByList()
Which parts of the API supports this InfoType.
|
List<InfoTypeSupportedBy> |
InfoTypeDescription.getSupportedByList()
Which parts of the API supports this InfoType.
|
List<InfoTypeSupportedBy> |
InfoTypeDescription.Builder.getSupportedByList()
Which parts of the API supports this InfoType.
|
static com.google.protobuf.Internal.EnumLiteMap<InfoTypeSupportedBy> |
InfoTypeSupportedBy.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
InfoTypeDescription.Builder |
InfoTypeDescription.Builder.addSupportedBy(InfoTypeSupportedBy value)
Which parts of the API supports this InfoType.
|
InfoTypeDescription.Builder |
InfoTypeDescription.Builder.setSupportedBy(int index,
InfoTypeSupportedBy value)
Which parts of the API supports this InfoType.
|
| Modifier and Type | Method and Description |
|---|---|
InfoTypeDescription.Builder |
InfoTypeDescription.Builder.addAllSupportedBy(Iterable<? extends InfoTypeSupportedBy> values)
Which parts of the API supports this InfoType.
|
Copyright © 2022 Google LLC. All rights reserved.