Interface ProcessorVersion.DeprecationInfoOrBuilder (2.45.0)

public static interface ProcessorVersion.DeprecationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeprecationTime()

public abstract Timestamp getDeprecationTime()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
TypeDescription
Timestamp

The deprecationTime.

getDeprecationTimeOrBuilder()

public abstract TimestampOrBuilder getDeprecationTimeOrBuilder()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getReplacementProcessorVersion()

public abstract String getReplacementProcessorVersion()

If set, the processor version that will be used as a replacement.

string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The replacementProcessorVersion.

getReplacementProcessorVersionBytes()

public abstract ByteString getReplacementProcessorVersionBytes()

If set, the processor version that will be used as a replacement.

string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for replacementProcessorVersion.

hasDeprecationTime()

public abstract boolean hasDeprecationTime()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
TypeDescription
boolean

Whether the deprecationTime field is set.