Uses of Class
com.google.api.Property
Packages that use Property
-
Uses of Property in com.google.api
Methods in com.google.api that return PropertyModifier and TypeMethodDescriptionProperty.Builder.build()
Property.Builder.buildPartial()
static Property
Property.getDefaultInstance()
Property.Builder.getDefaultInstanceForType()
Property.getDefaultInstanceForType()
ProjectProperties.Builder.getProperties
(int index) List of per consumer project-specific properties.ProjectProperties.getProperties
(int index) List of per consumer project-specific properties.ProjectPropertiesOrBuilder.getProperties
(int index) List of per consumer project-specific properties.static Property
Property.parseDelimitedFrom
(InputStream input) static Property
Property.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Property
Property.parseFrom
(byte[] data) static Property
Property.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Property
Property.parseFrom
(com.google.protobuf.ByteString data) static Property
Property.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Property
Property.parseFrom
(com.google.protobuf.CodedInputStream input) static Property
Property.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Property
Property.parseFrom
(InputStream input) static Property
Property.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Property
Property.parseFrom
(ByteBuffer data) static Property
Property.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type PropertyModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Property> Property.getParserForType()
ProjectProperties.Builder.getPropertiesList()
List of per consumer project-specific properties.ProjectProperties.getPropertiesList()
List of per consumer project-specific properties.ProjectPropertiesOrBuilder.getPropertiesList()
List of per consumer project-specific properties.static com.google.protobuf.Parser
<Property> Property.parser()
Methods in com.google.api with parameters of type PropertyModifier and TypeMethodDescriptionProjectProperties.Builder.addProperties
(int index, Property value) List of per consumer project-specific properties.ProjectProperties.Builder.addProperties
(Property value) List of per consumer project-specific properties.static Property.Builder
Property.newBuilder
(Property prototype) ProjectProperties.Builder.setProperties
(int index, Property value) List of per consumer project-specific properties.Method parameters in com.google.api with type arguments of type PropertyModifier and TypeMethodDescriptionProjectProperties.Builder.addAllProperties
(Iterable<? extends Property> values) List of per consumer project-specific properties.