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