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.StyleResourceDescriptor.Style. forNumber(int value)ResourceDescriptor.StyleResourceDescriptor.Builder. getStyle(int index)Style flag(s) for this resource.ResourceDescriptor.StyleResourceDescriptor. getStyle(int index)Style flag(s) for this resource.ResourceDescriptor.StyleResourceDescriptorOrBuilder. getStyle(int index)Style flag(s) for this resource.static ResourceDescriptor.StyleResourceDescriptor.Style. valueOf(int value)Deprecated.static ResourceDescriptor.StyleResourceDescriptor.Style. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ResourceDescriptor.StyleResourceDescriptor.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.Methods in com.google.api that return types with arguments of type ResourceDescriptor.Style Modifier and Type Method Description List<ResourceDescriptor.Style>ResourceDescriptor.Builder. getStyleList()Style flag(s) for this resource.List<ResourceDescriptor.Style>ResourceDescriptor. getStyleList()Style flag(s) for this resource.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.BuilderResourceDescriptor.Builder. addStyle(ResourceDescriptor.Style value)Style flag(s) for this resource.ResourceDescriptor.BuilderResourceDescriptor.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.BuilderResourceDescriptor.Builder. addAllStyle(Iterable<? extends ResourceDescriptor.Style> values)Style flag(s) for this resource.
-