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