Interface ProjectPropertiesOrBuilder (2.9.0)

public interface ProjectPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperties(int index)

public abstract Property getProperties(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Property

getPropertiesCount()

public abstract int getPropertiesCount()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
TypeDescription
int

getPropertiesList()

public abstract List<Property> getPropertiesList()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
TypeDescription
List<Property>

getPropertiesOrBuilder(int index)

public abstract PropertyOrBuilder getPropertiesOrBuilder(int index)

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PropertyOrBuilder

getPropertiesOrBuilderList()

public abstract List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()

List of per consumer project-specific properties.

repeated .google.api.Property properties = 1;

Returns
TypeDescription
List<? extends com.google.api.PropertyOrBuilder>