Uses of Class
com.google.cloud.networkmanagement.v1.DropInfo
-
Packages that use DropInfo Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of DropInfo in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return DropInfo Modifier and Type Method Description DropInfo
DropInfo.Builder. build()
DropInfo
DropInfo.Builder. buildPartial()
static DropInfo
DropInfo. getDefaultInstance()
DropInfo
DropInfo.Builder. getDefaultInstanceForType()
DropInfo
DropInfo. getDefaultInstanceForType()
DropInfo
Step.Builder. getDrop()
Display information of the final state "drop" and reason.DropInfo
Step. getDrop()
Display information of the final state "drop" and reason.DropInfo
StepOrBuilder. getDrop()
Display information of the final state "drop" and reason.static DropInfo
DropInfo. parseDelimitedFrom(InputStream input)
static DropInfo
DropInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DropInfo
DropInfo. parseFrom(byte[] data)
static DropInfo
DropInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DropInfo
DropInfo. parseFrom(com.google.protobuf.ByteString data)
static DropInfo
DropInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DropInfo
DropInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static DropInfo
DropInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DropInfo
DropInfo. parseFrom(InputStream input)
static DropInfo
DropInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DropInfo
DropInfo. parseFrom(ByteBuffer data)
static DropInfo
DropInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type DropInfo Modifier and Type Method Description com.google.protobuf.Parser<DropInfo>
DropInfo. getParserForType()
static com.google.protobuf.Parser<DropInfo>
DropInfo. parser()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type DropInfo Modifier and Type Method Description Step.Builder
Step.Builder. mergeDrop(DropInfo value)
Display information of the final state "drop" and reason.DropInfo.Builder
DropInfo.Builder. mergeFrom(DropInfo other)
static DropInfo.Builder
DropInfo. newBuilder(DropInfo prototype)
Step.Builder
Step.Builder. setDrop(DropInfo value)
Display information of the final state "drop" and reason.
-