Uses of Enum
com.google.api.ResourceDescriptor.Style
Packages that use ResourceDescriptor.Style
-
Uses of ResourceDescriptor.Style in com.google.api
Methods in com.google.api that return ResourceDescriptor.StyleModifier and TypeMethodDescriptionstatic ResourceDescriptor.Style
ResourceDescriptor.Style.forNumber
(int value) ResourceDescriptor.Builder.getStyle
(int index) Style flag(s) for this resource.ResourceDescriptor.getStyle
(int index) Style flag(s) for this resource.ResourceDescriptorOrBuilder.getStyle
(int index) Style flag(s) for this resource.static ResourceDescriptor.Style
ResourceDescriptor.Style.valueOf
(int value) Deprecated.static ResourceDescriptor.Style
ResourceDescriptor.Style.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ResourceDescriptor.Style
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.Methods in com.google.api that return types with arguments of type ResourceDescriptor.StyleModifier and TypeMethodDescriptionResourceDescriptor.Builder.getStyleList()
Style flag(s) for this resource.ResourceDescriptor.getStyleList()
Style flag(s) for this resource.ResourceDescriptorOrBuilder.getStyleList()
Style flag(s) for this resource.static com.google.protobuf.Internal.EnumLiteMap
<ResourceDescriptor.Style> ResourceDescriptor.Style.internalGetValueMap()
Methods in com.google.api with parameters of type ResourceDescriptor.StyleModifier and TypeMethodDescriptionResourceDescriptor.Builder.addStyle
(ResourceDescriptor.Style value) Style flag(s) for this resource.ResourceDescriptor.Builder.setStyle
(int index, ResourceDescriptor.Style value) Style flag(s) for this resource.Method parameters in com.google.api with type arguments of type ResourceDescriptor.StyleModifier and TypeMethodDescriptionResourceDescriptor.Builder.addAllStyle
(Iterable<? extends ResourceDescriptor.Style> values) Style flag(s) for this resource.