public interface LocationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironments(int index)
public abstract Environment getEnvironments(int index)The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2.Environment environments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
Environment |
The environments at the given index. |
getEnvironmentsCount()
public abstract int getEnvironmentsCount()The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2.Environment environments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of environments. |
getEnvironmentsList()
public abstract List<Environment> getEnvironmentsList()The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2.Environment environments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Environment> |
A list containing the environments. |
getEnvironmentsValue(int index)
public abstract int getEnvironmentsValue(int index)The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2.Environment environments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of environments at the given index. |
getEnvironmentsValueList()
public abstract List<Integer> getEnvironmentsValueList()The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2.Environment environments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for environments. |