Uses of Class
com.google.cloud.compute.v1.ExternalVpnGatewayInterface
-
Packages that use ExternalVpnGatewayInterface Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ExternalVpnGatewayInterface in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ExternalVpnGatewayInterface Modifier and Type Method Description ExternalVpnGatewayInterface
ExternalVpnGatewayInterface.Builder. build()
ExternalVpnGatewayInterface
ExternalVpnGatewayInterface.Builder. buildPartial()
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. getDefaultInstance()
ExternalVpnGatewayInterface
ExternalVpnGatewayInterface.Builder. getDefaultInstanceForType()
ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. getDefaultInstanceForType()
ExternalVpnGatewayInterface
ExternalVpnGateway.Builder. getInterfaces(int index)
A list of interfaces for this external VPN gateway.ExternalVpnGatewayInterface
ExternalVpnGateway. getInterfaces(int index)
A list of interfaces for this external VPN gateway.ExternalVpnGatewayInterface
ExternalVpnGatewayOrBuilder. getInterfaces(int index)
A list of interfaces for this external VPN gateway.static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseDelimitedFrom(InputStream input)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(byte[] data)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(com.google.protobuf.ByteString data)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(com.google.protobuf.CodedInputStream input)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(InputStream input)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(ByteBuffer data)
static ExternalVpnGatewayInterface
ExternalVpnGatewayInterface. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ExternalVpnGatewayInterface Modifier and Type Method Description List<ExternalVpnGatewayInterface>
ExternalVpnGateway.Builder. getInterfacesList()
A list of interfaces for this external VPN gateway.List<ExternalVpnGatewayInterface>
ExternalVpnGateway. getInterfacesList()
A list of interfaces for this external VPN gateway.List<ExternalVpnGatewayInterface>
ExternalVpnGatewayOrBuilder. getInterfacesList()
A list of interfaces for this external VPN gateway.com.google.protobuf.Parser<ExternalVpnGatewayInterface>
ExternalVpnGatewayInterface. getParserForType()
static com.google.protobuf.Parser<ExternalVpnGatewayInterface>
ExternalVpnGatewayInterface. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ExternalVpnGatewayInterface Modifier and Type Method Description ExternalVpnGateway.Builder
ExternalVpnGateway.Builder. addInterfaces(int index, ExternalVpnGatewayInterface value)
A list of interfaces for this external VPN gateway.ExternalVpnGateway.Builder
ExternalVpnGateway.Builder. addInterfaces(ExternalVpnGatewayInterface value)
A list of interfaces for this external VPN gateway.ExternalVpnGatewayInterface.Builder
ExternalVpnGatewayInterface.Builder. mergeFrom(ExternalVpnGatewayInterface other)
static ExternalVpnGatewayInterface.Builder
ExternalVpnGatewayInterface. newBuilder(ExternalVpnGatewayInterface prototype)
ExternalVpnGateway.Builder
ExternalVpnGateway.Builder. setInterfaces(int index, ExternalVpnGatewayInterface value)
A list of interfaces for this external VPN gateway.Method parameters in com.google.cloud.compute.v1 with type arguments of type ExternalVpnGatewayInterface Modifier and Type Method Description ExternalVpnGateway.Builder
ExternalVpnGateway.Builder. addAllInterfaces(Iterable<? extends ExternalVpnGatewayInterface> values)
A list of interfaces for this external VPN gateway.
-