| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDescriptor.Style |
ResourceDescriptor.Style.forNumber(int value) |
ResourceDescriptor.Style |
ResourceDescriptorOrBuilder.getStyle(int index)
Style flag(s) for this resource.
|
ResourceDescriptor.Style |
ResourceDescriptor.getStyle(int index)
Style flag(s) for this resource.
|
ResourceDescriptor.Style |
ResourceDescriptor.Builder.getStyle(int index)
Style flag(s) for this resource.
|
static ResourceDescriptor.Style |
ResourceDescriptor.Style.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ResourceDescriptor.Style |
ResourceDescriptor.Style.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResourceDescriptor.Style |
ResourceDescriptor.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDescriptor.Style[] |
ResourceDescriptor.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDescriptor.Style> |
ResourceDescriptorOrBuilder.getStyleList()
Style flag(s) for this resource.
|
List<ResourceDescriptor.Style> |
ResourceDescriptor.getStyleList()
Style flag(s) for this resource.
|
List<ResourceDescriptor.Style> |
ResourceDescriptor.Builder.getStyleList()
Style flag(s) for this resource.
|
static com.google.protobuf.Internal.EnumLiteMap<ResourceDescriptor.Style> |
ResourceDescriptor.Style.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor.Builder |
ResourceDescriptor.Builder.addStyle(ResourceDescriptor.Style value)
Style flag(s) for this resource.
|
ResourceDescriptor.Builder |
ResourceDescriptor.Builder.setStyle(int index,
ResourceDescriptor.Style value)
Style flag(s) for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor.Builder |
ResourceDescriptor.Builder.addAllStyle(Iterable<? extends ResourceDescriptor.Style> values)
Style flag(s) for this resource.
|
Copyright © 2022 Google LLC. All rights reserved.