Uses of Class
com.google.api.Property.Builder
Packages that use Property.Builder
-
Uses of Property.Builder in com.google.api
Methods in com.google.api that return Property.BuilderModifier and TypeMethodDescriptionProjectProperties.Builder.addPropertiesBuilder()List of per consumer project-specific properties.ProjectProperties.Builder.addPropertiesBuilder(int index) List of per consumer project-specific properties.Property.Builder.clear()Property.Builder.clearDescription()The description of the propertyProperty.Builder.clearName()The name of the property (a.k.a key).Property.Builder.clearType()The type of this property.ProjectProperties.Builder.getPropertiesBuilder(int index) List of per consumer project-specific properties.Property.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Property.Builder.mergeFrom(com.google.protobuf.Message other) static Property.BuilderProperty.newBuilder()static Property.BuilderProperty.newBuilder(Property prototype) Property.newBuilderForType()protected Property.BuilderProperty.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Property.Builder.setDescription(String value) The description of the propertyProperty.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) The description of the propertyThe name of the property (a.k.a key).Property.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the property (a.k.a key).Property.Builder.setType(Property.PropertyType value) The type of this property.Property.Builder.setTypeValue(int value) The type of this property.Property.toBuilder()Methods in com.google.api that return types with arguments of type Property.BuilderModifier and TypeMethodDescriptionProjectProperties.Builder.getPropertiesBuilderList()List of per consumer project-specific properties.Methods in com.google.api with parameters of type Property.BuilderModifier and TypeMethodDescriptionProjectProperties.Builder.addProperties(int index, Property.Builder builderForValue) List of per consumer project-specific properties.ProjectProperties.Builder.addProperties(Property.Builder builderForValue) List of per consumer project-specific properties.ProjectProperties.Builder.setProperties(int index, Property.Builder builderForValue) List of per consumer project-specific properties.