public final class UpgradeInfoEvent extends GeneratedMessageV3 implements UpgradeInfoEventOrBuilder
   
   UpgradeInfoEvent is a notification sent to customers about the upgrade
 information of a resource.
 Protobuf type google.container.v1.UpgradeInfoEvent
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  CURRENT_VERSION_FIELD_NUMBER
  
    public static final int CURRENT_VERSION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  DESCRIPTION_FIELD_NUMBER
  
    public static final int DESCRIPTION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  END_TIME_FIELD_NUMBER
  
    public static final int END_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EVENT_TYPE_FIELD_NUMBER
  
    public static final int EVENT_TYPE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EXTENDED_SUPPORT_END_TIME_FIELD_NUMBER
  
    public static final int EXTENDED_SUPPORT_END_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  OPERATION_FIELD_NUMBER
  
    public static final int OPERATION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  RESOURCE_FIELD_NUMBER
  
    public static final int RESOURCE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  RESOURCE_TYPE_FIELD_NUMBER
  
    public static final int RESOURCE_TYPE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  STANDARD_SUPPORT_END_TIME_FIELD_NUMBER
  
    public static final int STANDARD_SUPPORT_END_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  START_TIME_FIELD_NUMBER
  
    public static final int START_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  STATE_FIELD_NUMBER
  
    public static final int STATE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  TARGET_VERSION_FIELD_NUMBER
  
    public static final int TARGET_VERSION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static UpgradeInfoEvent getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static UpgradeInfoEvent.Builder newBuilder()
   
  
  
  newBuilder(UpgradeInfoEvent prototype)
  
    public static UpgradeInfoEvent.Builder newBuilder(UpgradeInfoEvent prototype)
   
  
  
  
  
  
    public static UpgradeInfoEvent parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static UpgradeInfoEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static UpgradeInfoEvent parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static UpgradeInfoEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static UpgradeInfoEvent parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static UpgradeInfoEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static UpgradeInfoEvent parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static UpgradeInfoEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static UpgradeInfoEvent parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static UpgradeInfoEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static UpgradeInfoEvent parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static UpgradeInfoEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<UpgradeInfoEvent> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getCurrentVersion()
  
    public String getCurrentVersion()
   
   The current version before the upgrade.
 string current_version = 5;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The currentVersion. | 
    
  
  
  getCurrentVersionBytes()
  
    public ByteString getCurrentVersionBytes()
   
   The current version before the upgrade.
 string current_version = 5;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for currentVersion. | 
    
  
  
  getDefaultInstanceForType()
  
    public UpgradeInfoEvent getDefaultInstanceForType()
   
  
  
  getDescription()
  
    public String getDescription()
   
   A brief description of the event.
 string description = 11;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The description. | 
    
  
  
  getDescriptionBytes()
  
    public ByteString getDescriptionBytes()
   
   A brief description of the event.
 string description = 11;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for description. | 
    
  
  
  getEndTime()
  
    public Timestamp getEndTime()
   
   The time when the operation ended.
 .google.protobuf.Timestamp end_time = 4;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The endTime. | 
    
  
  
  getEndTimeOrBuilder()
  
    public TimestampOrBuilder getEndTimeOrBuilder()
   
   The time when the operation ended.
 .google.protobuf.Timestamp end_time = 4;
getEventType()
  
    public UpgradeInfoEvent.EventType getEventType()
   
   The type of the event.
 .google.container.v1.UpgradeInfoEvent.EventType event_type = 12;
getEventTypeValue()
  
    public int getEventTypeValue()
   
   The type of the event.
 .google.container.v1.UpgradeInfoEvent.EventType event_type = 12;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for eventType. | 
    
  
  
  getExtendedSupportEndTime()
  
    public Timestamp getExtendedSupportEndTime()
   
   The end of extended support timestamp.
 optional .google.protobuf.Timestamp extended_support_end_time = 10;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The extendedSupportEndTime. | 
    
  
  
  getExtendedSupportEndTimeOrBuilder()
  
    public TimestampOrBuilder getExtendedSupportEndTimeOrBuilder()
   
   The end of extended support timestamp.
 optional .google.protobuf.Timestamp extended_support_end_time = 10;
getOperation()
  
    public String getOperation()
   
   The operation associated with this upgrade.
 string operation = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The operation. | 
    
  
  
  getOperationBytes()
  
    public ByteString getOperationBytes()
   
   The operation associated with this upgrade.
 string operation = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for operation. | 
    
  
  
  getParserForType()
  
    public Parser<UpgradeInfoEvent> getParserForType()
   
  
  Overrides
  
  
  getResource()
  
    public String getResource()
   
   Optional relative path to the resource. For example in node pool upgrades,
 the relative path of the node pool.
 string resource = 7;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The resource. | 
    
  
  
  getResourceBytes()
  
    public ByteString getResourceBytes()
   
   Optional relative path to the resource. For example in node pool upgrades,
 the relative path of the node pool.
 string resource = 7;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for resource. | 
    
  
  
  getResourceType()
  
    public UpgradeResourceType getResourceType()
   
   The resource type associated with the upgrade.
 .google.container.v1.UpgradeResourceType resource_type = 1;
getResourceTypeValue()
  
    public int getResourceTypeValue()
   
   The resource type associated with the upgrade.
 .google.container.v1.UpgradeResourceType resource_type = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for resourceType. | 
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getStandardSupportEndTime()
  
    public Timestamp getStandardSupportEndTime()
   
   The end of standard support timestamp.
 optional .google.protobuf.Timestamp standard_support_end_time = 9;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The standardSupportEndTime. | 
    
  
  
  getStandardSupportEndTimeOrBuilder()
  
    public TimestampOrBuilder getStandardSupportEndTimeOrBuilder()
   
   The end of standard support timestamp.
 optional .google.protobuf.Timestamp standard_support_end_time = 9;
getStartTime()
  
    public Timestamp getStartTime()
   
   The time when the operation was started.
 .google.protobuf.Timestamp start_time = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The startTime. | 
    
  
  
  getStartTimeOrBuilder()
  
    public TimestampOrBuilder getStartTimeOrBuilder()
   
   The time when the operation was started.
 .google.protobuf.Timestamp start_time = 3;
getState()
  
    public UpgradeInfoEvent.State getState()
   
   Output only. The state of the upgrade.
 
 .google.container.v1.UpgradeInfoEvent.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getStateValue()
  
    public int getStateValue()
   
   Output only. The state of the upgrade.
 
 .google.container.v1.UpgradeInfoEvent.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for state. | 
    
  
  
  getTargetVersion()
  
    public String getTargetVersion()
   
   The target version for the upgrade.
 string target_version = 6;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The targetVersion. | 
    
  
  
  getTargetVersionBytes()
  
    public ByteString getTargetVersionBytes()
   
   The target version for the upgrade.
 string target_version = 6;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for targetVersion. | 
    
  
  
  hasEndTime()
  
    public boolean hasEndTime()
   
   The time when the operation ended.
 .google.protobuf.Timestamp end_time = 4;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the endTime field is set. | 
    
  
  
  hasExtendedSupportEndTime()
  
    public boolean hasExtendedSupportEndTime()
   
   The end of extended support timestamp.
 optional .google.protobuf.Timestamp extended_support_end_time = 10;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the extendedSupportEndTime field is set. | 
    
  
  
  hasStandardSupportEndTime()
  
    public boolean hasStandardSupportEndTime()
   
   The end of standard support timestamp.
 optional .google.protobuf.Timestamp standard_support_end_time = 9;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the standardSupportEndTime field is set. | 
    
  
  
  hasStartTime()
  
    public boolean hasStartTime()
   
   The time when the operation was started.
 .google.protobuf.Timestamp start_time = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the startTime field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public UpgradeInfoEvent.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected UpgradeInfoEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public UpgradeInfoEvent.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides