io.envoyproxy.envoy.admin.v3.UpdateFailureStateOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/admin/v3/config_dump_shared.proto
package io.envoyproxy.envoy.admin.v3;
public interface UpdateFailureStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.admin.v3.UpdateFailureState)
com.google.protobuf.MessageOrBuilder {
/**
*
* What the component configuration would have been if the update had succeeded.
* This field may not be populated by xDS clients due to storage overhead.
*
*
* .google.protobuf.Any failed_configuration = 1;
* @return Whether the failedConfiguration field is set.
*/
boolean hasFailedConfiguration();
/**
*
* What the component configuration would have been if the update had succeeded.
* This field may not be populated by xDS clients due to storage overhead.
*
*
* .google.protobuf.Any failed_configuration = 1;
* @return The failedConfiguration.
*/
com.google.protobuf.Any getFailedConfiguration();
/**
*
* What the component configuration would have been if the update had succeeded.
* This field may not be populated by xDS clients due to storage overhead.
*
*
* .google.protobuf.Any failed_configuration = 1;
*/
com.google.protobuf.AnyOrBuilder getFailedConfigurationOrBuilder();
/**
*
* Time of the latest failed update attempt.
*
*
* .google.protobuf.Timestamp last_update_attempt = 2;
* @return Whether the lastUpdateAttempt field is set.
*/
boolean hasLastUpdateAttempt();
/**
*
* Time of the latest failed update attempt.
*
*
* .google.protobuf.Timestamp last_update_attempt = 2;
* @return The lastUpdateAttempt.
*/
com.google.protobuf.Timestamp getLastUpdateAttempt();
/**
*
* Time of the latest failed update attempt.
*
*
* .google.protobuf.Timestamp last_update_attempt = 2;
*/
com.google.protobuf.TimestampOrBuilder getLastUpdateAttemptOrBuilder();
/**
*
* Details about the last failed update attempt.
*
*
* string details = 3;
* @return The details.
*/
java.lang.String getDetails();
/**
*
* Details about the last failed update attempt.
*
*
* string details = 3;
* @return The bytes for details.
*/
com.google.protobuf.ByteString
getDetailsBytes();
/**
*
* This is the version of the rejected resource.
* [#not-implemented-hide:]
*
*
* string version_info = 4;
* @return The versionInfo.
*/
java.lang.String getVersionInfo();
/**
*
* This is the version of the rejected resource.
* [#not-implemented-hide:]
*
*
* string version_info = 4;
* @return The bytes for versionInfo.
*/
com.google.protobuf.ByteString
getVersionInfoBytes();
}