public final class LocationMetadata extends GeneratedMessageV3 implements LocationMetadataOrBuilder
Metadata about locations
Protobuf type google.cloud.networkconnectivity.v1.LocationMetadata
Static Fields
public static final int LOCATION_FEATURES_FIELD_NUMBER
Field Value
Static Methods
public static LocationMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static LocationMetadata.Builder newBuilder()
Returns
public static LocationMetadata.Builder newBuilder(LocationMetadata prototype)
Parameter
Returns
public static LocationMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static LocationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LocationMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static LocationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LocationMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static LocationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LocationMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static LocationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LocationMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static LocationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LocationMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static LocationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<LocationMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public LocationMetadata getDefaultInstanceForType()
Returns
public LocationFeature getLocationFeatures(int index)
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
public int getLocationFeaturesCount()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
Returns
Type | Description |
int | The count of locationFeatures.
|
public List<LocationFeature> getLocationFeaturesList()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
Returns
public int getLocationFeaturesValue(int index)
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 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 locationFeatures at the given index.
|
public List<Integer> getLocationFeaturesValueList()
List of supported features
repeated .google.cloud.networkconnectivity.v1.LocationFeature location_features = 1;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for locationFeatures.
|
public Parser<LocationMetadata> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public LocationMetadata.Builder newBuilderForType()
Returns
protected LocationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public LocationMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions