Class Release.SkaffoldSupportedCondition

  • All Implemented Interfaces:
    Release.SkaffoldSupportedConditionOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    Release

    public static final class Release.SkaffoldSupportedCondition
    extends com.google.protobuf.GeneratedMessageV3
    implements Release.SkaffoldSupportedConditionOrBuilder
     SkaffoldSupportedCondition contains information about when support for the
     release's version of skaffold ends.
     
    Protobuf type google.cloud.deploy.v1.Release.SkaffoldSupportedCondition
    See Also:
    Serialized Form
    • Field Detail

      • SKAFFOLD_SUPPORT_STATE_FIELD_NUMBER

        public static final int SKAFFOLD_SUPPORT_STATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAINTENANCE_MODE_TIME_FIELD_NUMBER

        public static final int MAINTENANCE_MODE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUPPORT_EXPIRATION_TIME_FIELD_NUMBER

        public static final int SUPPORT_EXPIRATION_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getSkaffoldSupportStateValue

        public int getSkaffoldSupportStateValue()
         The skaffold support state for this release's version of skaffold.
         
        .google.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;
        Specified by:
        getSkaffoldSupportStateValue in interface Release.SkaffoldSupportedConditionOrBuilder
        Returns:
        The enum numeric value on the wire for skaffoldSupportState.
      • hasMaintenanceModeTime

        public boolean hasMaintenanceModeTime()
         The time at which this release's version of skaffold will enter
         maintenance mode.
         
        .google.protobuf.Timestamp maintenance_mode_time = 3;
        Specified by:
        hasMaintenanceModeTime in interface Release.SkaffoldSupportedConditionOrBuilder
        Returns:
        Whether the maintenanceModeTime field is set.
      • getMaintenanceModeTime

        public com.google.protobuf.Timestamp getMaintenanceModeTime()
         The time at which this release's version of skaffold will enter
         maintenance mode.
         
        .google.protobuf.Timestamp maintenance_mode_time = 3;
        Specified by:
        getMaintenanceModeTime in interface Release.SkaffoldSupportedConditionOrBuilder
        Returns:
        The maintenanceModeTime.
      • hasSupportExpirationTime

        public boolean hasSupportExpirationTime()
         The time at which this release's version of skaffold will no longer be
         supported.
         
        .google.protobuf.Timestamp support_expiration_time = 4;
        Specified by:
        hasSupportExpirationTime in interface Release.SkaffoldSupportedConditionOrBuilder
        Returns:
        Whether the supportExpirationTime field is set.
      • getSupportExpirationTime

        public com.google.protobuf.Timestamp getSupportExpirationTime()
         The time at which this release's version of skaffold will no longer be
         supported.
         
        .google.protobuf.Timestamp support_expiration_time = 4;
        Specified by:
        getSupportExpirationTime in interface Release.SkaffoldSupportedConditionOrBuilder
        Returns:
        The supportExpirationTime.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Release.SkaffoldSupportedCondition parseFrom​(ByteBuffer data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Release.SkaffoldSupportedCondition parseFrom​(com.google.protobuf.ByteString data)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Release.SkaffoldSupportedCondition parseFrom​(com.google.protobuf.ByteString data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Release.SkaffoldSupportedCondition parseFrom​(byte[] data)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Release.SkaffoldSupportedCondition parseFrom​(byte[] data,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public Release.SkaffoldSupportedCondition.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Release.SkaffoldSupportedCondition.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Release.SkaffoldSupportedCondition.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Release.SkaffoldSupportedCondition> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Release.SkaffoldSupportedCondition getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder