publicstaticfinalclass LocationMetadata.BuilderextendsGeneratedMessageV3.Builder<LocationMetadata.Builder>implementsLocationMetadataOrBuilder
Extra GCF specific location information.
Protobuf type google.cloud.functions.v2alpha.LocationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicLocationMetadata.BuilderaddAllEnvironments(Iterable<?extendsEnvironment>values)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.functions.v2alpha.Environment>
The environments to add.
|
publicLocationMetadata.BuilderaddAllEnvironmentsValue(Iterable<Integer>values)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
values |
Iterable<Integer>
The enum numeric values on the wire for environments to add.
|
publicLocationMetadata.BuilderaddEnvironments(Environmentvalue)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
value |
Environment
The environments to add.
|
publicLocationMetadata.BuilderaddEnvironmentsValue(intvalue)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for environments to add.
|
publicLocationMetadata.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicLocationMetadatabuild()
publicLocationMetadatabuildPartial()
publicLocationMetadata.Builderclear()
Overrides
publicLocationMetadata.BuilderclearEnvironments()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
publicLocationMetadata.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicLocationMetadata.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicLocationMetadata.Builderclone()
Overrides
publicLocationMetadatagetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
publicEnvironmentgetEnvironments(intindex)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
Environment |
The environments at the given index.
|
publicintgetEnvironmentsCount()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Returns |
| Type |
Description |
int |
The count of environments.
|
publicList<Environment>getEnvironmentsList()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Returns |
| Type |
Description |
List<Environment> |
A list containing the environments.
|
publicintgetEnvironmentsValue(intindex)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire of environments at the given index.
|
publicList<Integer>getEnvironmentsValueList()
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Returns |
| Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for environments.
|
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicLocationMetadata.BuildermergeFrom(LocationMetadataother)
publicLocationMetadata.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicLocationMetadata.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicfinalLocationMetadata.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicLocationMetadata.BuildersetEnvironments(intindex,Environmentvalue)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameters |
| Name |
Description |
index |
int
The index to set the value at.
|
value |
Environment
The environments to set.
|
publicLocationMetadata.BuildersetEnvironmentsValue(intindex,intvalue)
The Cloud Function environments this location supports.
repeated .google.cloud.functions.v2alpha.Environment environments = 1;
| Parameters |
| Name |
Description |
index |
int
The index to set the value at.
|
value |
int
The enum numeric value on the wire for environments to set.
|
publicLocationMetadata.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicLocationMetadata.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicfinalLocationMetadata.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides