Interface UpgradeEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpgradeEvent, UpgradeEvent.Builder

    public interface UpgradeEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourceTypeValue

        int getResourceTypeValue()
         The resource type that is upgrading.
         
        .google.container.v1.UpgradeResourceType resource_type = 1;
        Returns:
        The enum numeric value on the wire for resourceType.
      • getResourceType

        UpgradeResourceType getResourceType()
         The resource type that is upgrading.
         
        .google.container.v1.UpgradeResourceType resource_type = 1;
        Returns:
        The resourceType.
      • getOperation

        String getOperation()
         The operation associated with this upgrade.
         
        string operation = 2;
        Returns:
        The operation.
      • getOperationBytes

        com.google.protobuf.ByteString getOperationBytes()
         The operation associated with this upgrade.
         
        string operation = 2;
        Returns:
        The bytes for operation.
      • hasOperationStartTime

        boolean hasOperationStartTime()
         The time when the operation was started.
         
        .google.protobuf.Timestamp operation_start_time = 3;
        Returns:
        Whether the operationStartTime field is set.
      • getOperationStartTime

        com.google.protobuf.Timestamp getOperationStartTime()
         The time when the operation was started.
         
        .google.protobuf.Timestamp operation_start_time = 3;
        Returns:
        The operationStartTime.
      • getOperationStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getOperationStartTimeOrBuilder()
         The time when the operation was started.
         
        .google.protobuf.Timestamp operation_start_time = 3;
      • getCurrentVersion

        String getCurrentVersion()
         The current version before the upgrade.
         
        string current_version = 4;
        Returns:
        The currentVersion.
      • getCurrentVersionBytes

        com.google.protobuf.ByteString getCurrentVersionBytes()
         The current version before the upgrade.
         
        string current_version = 4;
        Returns:
        The bytes for currentVersion.
      • getTargetVersion

        String getTargetVersion()
         The target version for the upgrade.
         
        string target_version = 5;
        Returns:
        The targetVersion.
      • getTargetVersionBytes

        com.google.protobuf.ByteString getTargetVersionBytes()
         The target version for the upgrade.
         
        string target_version = 5;
        Returns:
        The bytes for targetVersion.
      • getResource

        String getResource()
         Optional relative path to the resource. For example in node pool upgrades,
         the relative path of the node pool.
         
        string resource = 6;
        Returns:
        The resource.
      • getResourceBytes

        com.google.protobuf.ByteString getResourceBytes()
         Optional relative path to the resource. For example in node pool upgrades,
         the relative path of the node pool.
         
        string resource = 6;
        Returns:
        The bytes for resource.