Class ProjectProperties.Builder (2.39.0)

public static final class ProjectProperties.Builder extends GeneratedMessageV3.Builder<ProjectProperties.Builder> implements ProjectPropertiesOrBuilder

A descriptor for defining project properties for a service. One service may have many consumer projects, and the service may want to behave differently depending on some properties on the project. For example, a project may be associated with a school, or a business, or a government agency, a business type property on the project may affect how a service responds to the client. This descriptor defines which properties are allowed to be set on a project.

Example:

project_properties:
  properties:
  - name: NO_WATERMARK
    type: BOOL
    description: Allows usage of the API without watermarks.
  - name: EXTENDED_TILE_CACHE_PERIOD
    type: INT64

Protobuf type google.api.ProjectProperties

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllProperties(Iterable<? extends Property> values)

public ProjectProperties.Builder addAllProperties(Iterable<? extends Property> values)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
values Iterable<? extends com.google.api.Property>
Returns
Type Description
ProjectProperties.Builder

addProperties(Property value)

public ProjectProperties.Builder addProperties(Property value)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
value Property
Returns
Type Description
ProjectProperties.Builder

addProperties(Property.Builder builderForValue)

public ProjectProperties.Builder addProperties(Property.Builder builderForValue)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
builderForValue Property.Builder
Returns
Type Description
ProjectProperties.Builder

addProperties(int index, Property value)

public ProjectProperties.Builder addProperties(int index, Property value)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameters
Name Description
index int
value Property
Returns
Type Description
ProjectProperties.Builder

addProperties(int index, Property.Builder builderForValue)

public ProjectProperties.Builder addProperties(int index, Property.Builder builderForValue)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameters
Name Description
index int
builderForValue Property.Builder
Returns
Type Description
ProjectProperties.Builder

addPropertiesBuilder()

public Property.Builder addPropertiesBuilder()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
Property.Builder

addPropertiesBuilder(int index)

public Property.Builder addPropertiesBuilder(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
index int
Returns
Type Description
Property.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ProjectProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ProjectProperties.Builder
Overrides

build()

public ProjectProperties build()
Returns
Type Description
ProjectProperties

buildPartial()

public ProjectProperties buildPartial()
Returns
Type Description
ProjectProperties

clear()

public ProjectProperties.Builder clear()
Returns
Type Description
ProjectProperties.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ProjectProperties.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ProjectProperties.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ProjectProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ProjectProperties.Builder
Overrides

clearProperties()

public ProjectProperties.Builder clearProperties()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
ProjectProperties.Builder

clone()

public ProjectProperties.Builder clone()
Returns
Type Description
ProjectProperties.Builder
Overrides

getDefaultInstanceForType()

public ProjectProperties getDefaultInstanceForType()
Returns
Type Description
ProjectProperties

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProperties(int index)

public Property getProperties(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
index int
Returns
Type Description
Property

getPropertiesBuilder(int index)

public Property.Builder getPropertiesBuilder(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
index int
Returns
Type Description
Property.Builder

getPropertiesBuilderList()

public List<Property.Builder> getPropertiesBuilderList()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
List<Builder>

getPropertiesCount()

public int getPropertiesCount()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
int

getPropertiesList()

public List<Property> getPropertiesList()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
List<Property>

getPropertiesOrBuilder(int index)

public PropertyOrBuilder getPropertiesOrBuilder(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
index int
Returns
Type Description
PropertyOrBuilder

getPropertiesOrBuilderList()

public List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
Type Description
List<? extends com.google.api.PropertyOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ProjectProperties other)

public ProjectProperties.Builder mergeFrom(ProjectProperties other)
Parameter
Name Description
other ProjectProperties
Returns
Type Description
ProjectProperties.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ProjectProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProjectProperties.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ProjectProperties.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ProjectProperties.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ProjectProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ProjectProperties.Builder
Overrides

removeProperties(int index)

public ProjectProperties.Builder removeProperties(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
Name Description
index int
Returns
Type Description
ProjectProperties.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ProjectProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ProjectProperties.Builder
Overrides

setProperties(int index, Property value)

public ProjectProperties.Builder setProperties(int index, Property value)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameters
Name Description
index int
value Property
Returns
Type Description
ProjectProperties.Builder

setProperties(int index, Property.Builder builderForValue)

public ProjectProperties.Builder setProperties(int index, Property.Builder builderForValue)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameters
Name Description
index int
builderForValue Property.Builder
Returns
Type Description
ProjectProperties.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ProjectProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ProjectProperties.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ProjectProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ProjectProperties.Builder
Overrides