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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Property |
|
getPropertiesCount()
public abstract int getPropertiesCount()List of per consumer project-specific properties.
repeated .google.api.Property properties = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPropertiesList()
public abstract 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 abstract 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 abstract 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> |
|