public interface ProjectPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProperties(int index)
public abstract Property getProperties(int index)List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| Property |
getPropertiesCount()
public abstract int getPropertiesCount()List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Type | Description |
| int |
getPropertiesList()
public abstract List<Property> getPropertiesList()List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Type | Description |
| List<Property> |
getPropertiesOrBuilder(int index)
public abstract PropertyOrBuilder getPropertiesOrBuilder(int index)List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| PropertyOrBuilder |
getPropertiesOrBuilderList()
public abstract List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Type | Description |
| List<? extends com.google.api.PropertyOrBuilder> |