Uses of Class
com.google.api.ResourceDescriptor.Style
-
Packages that use ResourceDescriptor.Style Package Description com.google.api -
-
Uses of ResourceDescriptor.Style in com.google.api
Methods in com.google.api that return ResourceDescriptor.Style Modifier and Type Method Description static ResourceDescriptor.Style
ResourceDescriptor.Style. forNumber(int value)
ResourceDescriptor.Style
ResourceDescriptor.Builder. getStyle(int index)
Style flag(s) for this resource.ResourceDescriptor.Style
ResourceDescriptor. getStyle(int index)
Style flag(s) for this resource.ResourceDescriptor.Style
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
ResourceDescriptor.Style. valueOf(java.lang.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.Methods in com.google.api that return types with arguments of type ResourceDescriptor.Style Modifier and Type Method Description java.util.List<ResourceDescriptor.Style>
ResourceDescriptor.Builder. getStyleList()
Style flag(s) for this resource.java.util.List<ResourceDescriptor.Style>
ResourceDescriptor. getStyleList()
Style flag(s) for this resource.java.util.List<ResourceDescriptor.Style>
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.Style Modifier and Type Method 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.Method parameters in com.google.api with type arguments of type ResourceDescriptor.Style Modifier and Type Method Description ResourceDescriptor.Builder
ResourceDescriptor.Builder. addAllStyle(java.lang.Iterable<? extends ResourceDescriptor.Style> values)
Style flag(s) for this resource.
-