public static interface ProcessorVersion.DeprecationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getDeprecationTime()
The time at which this processor version will be deprecated.
|
com.google.protobuf.TimestampOrBuilder |
getDeprecationTimeOrBuilder()
The time at which this processor version will be deprecated.
|
String |
getReplacementProcessorVersion()
If set, the processor version that will be used as a replacement.
|
com.google.protobuf.ByteString |
getReplacementProcessorVersionBytes()
If set, the processor version that will be used as a replacement.
|
boolean |
hasDeprecationTime()
The time at which this processor version will be deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeprecationTime()
The time at which this processor version will be deprecated.
.google.protobuf.Timestamp deprecation_time = 1;com.google.protobuf.Timestamp getDeprecationTime()
The time at which this processor version will be deprecated.
.google.protobuf.Timestamp deprecation_time = 1;com.google.protobuf.TimestampOrBuilder getDeprecationTimeOrBuilder()
The time at which this processor version will be deprecated.
.google.protobuf.Timestamp deprecation_time = 1;String getReplacementProcessorVersion()
If set, the processor version that will be used as a replacement.
string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getReplacementProcessorVersionBytes()
If set, the processor version that will be used as a replacement.
string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.