public final class CreateVpnConnectionRequest extends com.google.protobuf.GeneratedMessageV3 implements CreateVpnConnectionRequestOrBuilder
Creates a VPN connection.Protobuf type
google.cloud.edgecontainer.v1.CreateVpnConnectionRequest| Modifier and Type | Class and Description |
|---|---|
static class |
CreateVpnConnectionRequest.Builder
Creates a VPN connection.
|
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 |
PARENT_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
VPN_CONNECTION_FIELD_NUMBER |
static int |
VPN_CONNECTION_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CreateVpnConnectionRequest |
getDefaultInstance() |
CreateVpnConnectionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Parser<CreateVpnConnectionRequest> |
getParserForType() |
String |
getRequestId()
A unique identifier for this request.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
A unique identifier for this request.
|
int |
getSerializedSize() |
VpnConnection |
getVpnConnection()
Required.
|
String |
getVpnConnectionId()
Required.
|
com.google.protobuf.ByteString |
getVpnConnectionIdBytes()
Required.
|
VpnConnectionOrBuilder |
getVpnConnectionOrBuilder()
Required.
|
int |
hashCode() |
boolean |
hasVpnConnection()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CreateVpnConnectionRequest.Builder |
newBuilder() |
static CreateVpnConnectionRequest.Builder |
newBuilder(CreateVpnConnectionRequest prototype) |
CreateVpnConnectionRequest.Builder |
newBuilderForType() |
protected CreateVpnConnectionRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CreateVpnConnectionRequest |
parseDelimitedFrom(InputStream input) |
static CreateVpnConnectionRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateVpnConnectionRequest |
parseFrom(byte[] data) |
static CreateVpnConnectionRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateVpnConnectionRequest |
parseFrom(ByteBuffer data) |
static CreateVpnConnectionRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateVpnConnectionRequest |
parseFrom(com.google.protobuf.ByteString data) |
static CreateVpnConnectionRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateVpnConnectionRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateVpnConnectionRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateVpnConnectionRequest |
parseFrom(InputStream input) |
static CreateVpnConnectionRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CreateVpnConnectionRequest> |
parser() |
CreateVpnConnectionRequest.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 PARENT_FIELD_NUMBER
public static final int VPN_CONNECTION_ID_FIELD_NUMBER
public static final int VPN_CONNECTION_FIELD_NUMBER
public static final int REQUEST_ID_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 String getParent()
Required. The parent location where this vpn connection will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface CreateVpnConnectionRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The parent location where this vpn connection will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface CreateVpnConnectionRequestOrBuilderpublic String getVpnConnectionId()
Required. The VPN connection identifier.
string vpn_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];getVpnConnectionId in interface CreateVpnConnectionRequestOrBuilderpublic com.google.protobuf.ByteString getVpnConnectionIdBytes()
Required. The VPN connection identifier.
string vpn_connection_id = 2 [(.google.api.field_behavior) = REQUIRED];getVpnConnectionIdBytes in interface CreateVpnConnectionRequestOrBuilderpublic boolean hasVpnConnection()
Required. The VPN connection to create.
.google.cloud.edgecontainer.v1.VpnConnection vpn_connection = 3 [(.google.api.field_behavior) = REQUIRED];
hasVpnConnection in interface CreateVpnConnectionRequestOrBuilderpublic VpnConnection getVpnConnection()
Required. The VPN connection to create.
.google.cloud.edgecontainer.v1.VpnConnection vpn_connection = 3 [(.google.api.field_behavior) = REQUIRED];
getVpnConnection in interface CreateVpnConnectionRequestOrBuilderpublic VpnConnectionOrBuilder getVpnConnectionOrBuilder()
Required. The VPN connection to create.
.google.cloud.edgecontainer.v1.VpnConnection vpn_connection = 3 [(.google.api.field_behavior) = REQUIRED];
getVpnConnectionOrBuilder in interface CreateVpnConnectionRequestOrBuilderpublic String getRequestId()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if `request_id` is provided.
string request_id = 4;getRequestId in interface CreateVpnConnectionRequestOrBuilderpublic com.google.protobuf.ByteString getRequestIdBytes()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if `request_id` is provided.
string request_id = 4;getRequestIdBytes in interface CreateVpnConnectionRequestOrBuilderpublic 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 CreateVpnConnectionRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateVpnConnectionRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static CreateVpnConnectionRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateVpnConnectionRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CreateVpnConnectionRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateVpnConnectionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CreateVpnConnectionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CreateVpnConnectionRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CreateVpnConnectionRequest.Builder newBuilder()
public static CreateVpnConnectionRequest.Builder newBuilder(CreateVpnConnectionRequest prototype)
public CreateVpnConnectionRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CreateVpnConnectionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CreateVpnConnectionRequest getDefaultInstance()
public static com.google.protobuf.Parser<CreateVpnConnectionRequest> parser()
public com.google.protobuf.Parser<CreateVpnConnectionRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CreateVpnConnectionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.