publicfinalclass ListVpnConnectionsResponseextendsGeneratedMessageV3implementsListVpnConnectionsResponseOrBuilder
List of VPN connections in a location.
Protobuf type google.cloud.edgecontainer.v1.ListVpnConnectionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
publicstaticfinalintNEXT_PAGE_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
UNREACHABLE_FIELD_NUMBER
publicstaticfinalintUNREACHABLE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
VPN_CONNECTIONS_FIELD_NUMBER
publicstaticfinalintVPN_CONNECTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticListVpnConnectionsResponsegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticListVpnConnectionsResponse.BuildernewBuilder()
newBuilder(ListVpnConnectionsResponse prototype)
publicstaticListVpnConnectionsResponse.BuildernewBuilder(ListVpnConnectionsResponseprototype)
publicstaticListVpnConnectionsResponseparseDelimitedFrom(InputStreaminput)
publicstaticListVpnConnectionsResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticListVpnConnectionsResponseparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticListVpnConnectionsResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticListVpnConnectionsResponseparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticListVpnConnectionsResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticListVpnConnectionsResponseparseFrom(CodedInputStreaminput)
publicstaticListVpnConnectionsResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListVpnConnectionsResponseparseFrom(InputStreaminput)
publicstaticListVpnConnectionsResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticListVpnConnectionsResponseparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticListVpnConnectionsResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ListVpnConnectionsResponse>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicListVpnConnectionsResponsegetDefaultInstanceForType()
getNextPageToken()
publicStringgetNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
| Returns |
| Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
publicByteStringgetNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
publicParser<ListVpnConnectionsResponse>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getUnreachable(int index)
publicStringgetUnreachable(intindex)
Locations that could not be reached.
repeated string unreachable = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The unreachable at the given index.
|
getUnreachableBytes(int index)
publicByteStringgetUnreachableBytes(intindex)
Locations that could not be reached.
repeated string unreachable = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the unreachable at the given index.
|
getUnreachableCount()
publicintgetUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
| Returns |
| Type |
Description |
int |
The count of unreachable.
|
getUnreachableList()
publicProtocolStringListgetUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
getVpnConnections(int index)
publicVpnConnectiongetVpnConnections(intindex)
VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Parameter |
| Name |
Description |
index |
int
|
getVpnConnectionsCount()
publicintgetVpnConnectionsCount()
VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Returns |
| Type |
Description |
int |
getVpnConnectionsList()
publicList<VpnConnection>getVpnConnectionsList()
VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
getVpnConnectionsOrBuilder(int index)
publicVpnConnectionOrBuildergetVpnConnectionsOrBuilder(intindex)
VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Parameter |
| Name |
Description |
index |
int
|
getVpnConnectionsOrBuilderList()
publicList<?extendsVpnConnectionOrBuilder>getVpnConnectionsOrBuilderList()
VpnConnections in the location.
repeated .google.cloud.edgecontainer.v1.VpnConnection vpn_connections = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.edgecontainer.v1.VpnConnectionOrBuilder> |
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicListVpnConnectionsResponse.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedListVpnConnectionsResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicListVpnConnectionsResponse.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides