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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Property.Builder.clear()Property.Builder.clearDescription()The description of the propertyProperty.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Property.Builder.clearName()The name of the property (a.k.a key).Property.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Property.Builder.clearType()The type of this property.Property.Builder.clone()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) final Property.BuilderProperty.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Property.BuilderProperty.newBuilder()static Property.BuilderProperty.newBuilder(Property prototype) Property.newBuilderForType()protected Property.BuilderProperty.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Property.Builder.setType(Property.PropertyType value) The type of this property.Property.Builder.setTypeValue(int value) The type of this property.final Property.BuilderProperty.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.