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