Uses of Class
com.google.cloud.networkmanagement.v1.Endpoint
-
Packages that use Endpoint Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of Endpoint in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Endpoint
Endpoint.Builder. buildPartial()
static Endpoint
Endpoint. getDefaultInstance()
Endpoint
Endpoint.Builder. getDefaultInstanceForType()
Endpoint
Endpoint. getDefaultInstanceForType()
Endpoint
ConnectivityTest.Builder. getDestination()
Required.Endpoint
ConnectivityTest. getDestination()
Required.Endpoint
ConnectivityTestOrBuilder. getDestination()
Required.Endpoint
ConnectivityTest.Builder. getSource()
Required.Endpoint
ConnectivityTest. getSource()
Required.Endpoint
ConnectivityTestOrBuilder. getSource()
Required.static Endpoint
Endpoint. parseDelimitedFrom(InputStream input)
static Endpoint
Endpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(byte[] data)
static Endpoint
Endpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(InputStream input)
static Endpoint
Endpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(ByteBuffer data)
static Endpoint
Endpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type Endpoint Modifier and Type Method Description com.google.protobuf.Parser<Endpoint>
Endpoint. getParserForType()
static com.google.protobuf.Parser<Endpoint>
Endpoint. parser()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type Endpoint Modifier and Type Method Description ConnectivityTest.Builder
ConnectivityTest.Builder. mergeDestination(Endpoint value)
Required.Endpoint.Builder
Endpoint.Builder. mergeFrom(Endpoint other)
ConnectivityTest.Builder
ConnectivityTest.Builder. mergeSource(Endpoint value)
Required.static Endpoint.Builder
Endpoint. newBuilder(Endpoint prototype)
ConnectivityTest.Builder
ConnectivityTest.Builder. setDestination(Endpoint value)
Required.ConnectivityTest.Builder
ConnectivityTest.Builder. setSource(Endpoint value)
Required.
-