public static final class VpnConnection.Details extends com.google.protobuf.GeneratedMessageV3 implements VpnConnection.DetailsOrBuilder
The created connection details.Protobuf type
google.cloud.edgecontainer.v1.VpnConnection.Details| Modifier and Type | Class and Description |
|---|---|
static class |
VpnConnection.Details.Builder
The created connection details.
|
static class |
VpnConnection.Details.CloudRouter
The Cloud Router info.
|
static interface |
VpnConnection.Details.CloudRouterOrBuilder |
static class |
VpnConnection.Details.CloudVpn
The Cloud VPN info.
|
static interface |
VpnConnection.Details.CloudVpnOrBuilder |
static class |
VpnConnection.Details.State
The current connection state.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUD_ROUTER_FIELD_NUMBER |
static int |
CLOUD_VPNS_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VpnConnection.Details.CloudRouter |
getCloudRouter()
The Cloud Router info.
|
VpnConnection.Details.CloudRouterOrBuilder |
getCloudRouterOrBuilder()
The Cloud Router info.
|
VpnConnection.Details.CloudVpn |
getCloudVpns(int index)
Each connection has multiple Cloud VPN gateways.
|
int |
getCloudVpnsCount()
Each connection has multiple Cloud VPN gateways.
|
List<VpnConnection.Details.CloudVpn> |
getCloudVpnsList()
Each connection has multiple Cloud VPN gateways.
|
VpnConnection.Details.CloudVpnOrBuilder |
getCloudVpnsOrBuilder(int index)
Each connection has multiple Cloud VPN gateways.
|
List<? extends VpnConnection.Details.CloudVpnOrBuilder> |
getCloudVpnsOrBuilderList()
Each connection has multiple Cloud VPN gateways.
|
static VpnConnection.Details |
getDefaultInstance() |
VpnConnection.Details |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getError()
The error message.
|
com.google.protobuf.ByteString |
getErrorBytes()
The error message.
|
com.google.protobuf.Parser<VpnConnection.Details> |
getParserForType() |
int |
getSerializedSize() |
VpnConnection.Details.State |
getState()
The state of this connection.
|
int |
getStateValue()
The state of this connection.
|
boolean |
hasCloudRouter()
The Cloud Router info.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VpnConnection.Details.Builder |
newBuilder() |
static VpnConnection.Details.Builder |
newBuilder(VpnConnection.Details prototype) |
VpnConnection.Details.Builder |
newBuilderForType() |
protected VpnConnection.Details.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VpnConnection.Details |
parseDelimitedFrom(InputStream input) |
static VpnConnection.Details |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VpnConnection.Details |
parseFrom(byte[] data) |
static VpnConnection.Details |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VpnConnection.Details |
parseFrom(ByteBuffer data) |
static VpnConnection.Details |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VpnConnection.Details |
parseFrom(com.google.protobuf.ByteString data) |
static VpnConnection.Details |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VpnConnection.Details |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VpnConnection.Details |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VpnConnection.Details |
parseFrom(InputStream input) |
static VpnConnection.Details |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VpnConnection.Details> |
parser() |
VpnConnection.Details.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATE_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int CLOUD_ROUTER_FIELD_NUMBER
public static final int CLOUD_VPNS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getStateValue()
The state of this connection.
.google.cloud.edgecontainer.v1.VpnConnection.Details.State state = 1;getStateValue in interface VpnConnection.DetailsOrBuilderpublic VpnConnection.Details.State getState()
The state of this connection.
.google.cloud.edgecontainer.v1.VpnConnection.Details.State state = 1;getState in interface VpnConnection.DetailsOrBuilderpublic String getError()
The error message. This is only populated when state=ERROR.
string error = 2;getError in interface VpnConnection.DetailsOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
The error message. This is only populated when state=ERROR.
string error = 2;getErrorBytes in interface VpnConnection.DetailsOrBuilderpublic boolean hasCloudRouter()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
hasCloudRouter in interface VpnConnection.DetailsOrBuilderpublic VpnConnection.Details.CloudRouter getCloudRouter()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
getCloudRouter in interface VpnConnection.DetailsOrBuilderpublic VpnConnection.Details.CloudRouterOrBuilder getCloudRouterOrBuilder()
The Cloud Router info.
.google.cloud.edgecontainer.v1.VpnConnection.Details.CloudRouter cloud_router = 3;
getCloudRouterOrBuilder in interface VpnConnection.DetailsOrBuilderpublic List<VpnConnection.Details.CloudVpn> getCloudVpnsList()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
getCloudVpnsList in interface VpnConnection.DetailsOrBuilderpublic List<? extends VpnConnection.Details.CloudVpnOrBuilder> getCloudVpnsOrBuilderList()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
getCloudVpnsOrBuilderList in interface VpnConnection.DetailsOrBuilderpublic int getCloudVpnsCount()
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
getCloudVpnsCount in interface VpnConnection.DetailsOrBuilderpublic VpnConnection.Details.CloudVpn getCloudVpns(int index)
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
getCloudVpns in interface VpnConnection.DetailsOrBuilderpublic VpnConnection.Details.CloudVpnOrBuilder getCloudVpnsOrBuilder(int index)
Each connection has multiple Cloud VPN gateways.
repeated .google.cloud.edgecontainer.v1.VpnConnection.Details.CloudVpn cloud_vpns = 4;
getCloudVpnsOrBuilder in interface VpnConnection.DetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VpnConnection.Details parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VpnConnection.Details parseFrom(InputStream input) throws IOException
IOExceptionpublic static VpnConnection.Details parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VpnConnection.Details parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VpnConnection.Details parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VpnConnection.Details parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VpnConnection.Details parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VpnConnection.Details.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VpnConnection.Details.Builder newBuilder()
public static VpnConnection.Details.Builder newBuilder(VpnConnection.Details prototype)
public VpnConnection.Details.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VpnConnection.Details.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VpnConnection.Details getDefaultInstance()
public static com.google.protobuf.Parser<VpnConnection.Details> parser()
public com.google.protobuf.Parser<VpnConnection.Details> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VpnConnection.Details getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.