public interface LocationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Environment |
getEnvironments(int index)
The Cloud Function environments this location supports.
|
int |
getEnvironmentsCount()
The Cloud Function environments this location supports.
|
List<Environment> |
getEnvironmentsList()
The Cloud Function environments this location supports.
|
int |
getEnvironmentsValue(int index)
The Cloud Function environments this location supports.
|
List<Integer> |
getEnvironmentsValueList()
The Cloud Function environments this location supports.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Environment> getEnvironmentsList()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;int getEnvironmentsCount()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;Environment getEnvironments(int index)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;index - The index of the element to return.List<Integer> getEnvironmentsValueList()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;int getEnvironmentsValue(int index)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.