Interface DeploymentRuntimeEventOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface DeploymentRuntimeEventOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getKey() string key = 1;
      abstract ByteString getKeyBytes() string key = 1;
      abstract boolean hasUpdatedAt() .google.protobuf.Timestamp updated_at = 2;
      abstract Timestamp getUpdatedAt() .google.protobuf.Timestamp updated_at = 2;
      abstract TimestampOrBuilder getUpdatedAtOrBuilder() .google.protobuf.Timestamp updated_at = 2;
      abstract boolean hasElementName() optional string element_name = 3;
      abstract String getElementName() optional string element_name = 3;
      abstract ByteString getElementNameBytes() optional string element_name = 3;
      abstract String getElementType() string element_type = 4;
      abstract ByteString getElementTypeBytes() string element_type = 4;
      abstract boolean hasChangeset() optional string changeset = 5;
      abstract String getChangeset() optional string changeset = 5;
      abstract ByteString getChangesetBytes() optional string changeset = 5;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getKey

         abstract String getKey()

        string key = 1;

        Returns:

        The key.

      • getKeyBytes

         abstract ByteString getKeyBytes()

        string key = 1;

        Returns:

        The bytes for key.

      • hasUpdatedAt

         abstract boolean hasUpdatedAt()

        .google.protobuf.Timestamp updated_at = 2;

        Returns:

        Whether the updatedAt field is set.

      • getUpdatedAt

         abstract Timestamp getUpdatedAt()

        .google.protobuf.Timestamp updated_at = 2;

        Returns:

        The updatedAt.

      • getUpdatedAtOrBuilder

         abstract TimestampOrBuilder getUpdatedAtOrBuilder()

        .google.protobuf.Timestamp updated_at = 2;

      • hasElementName

         abstract boolean hasElementName()

        optional string element_name = 3;

        Returns:

        Whether the elementName field is set.

      • getElementName

         abstract String getElementName()

        optional string element_name = 3;

        Returns:

        The elementName.

      • getElementNameBytes

         abstract ByteString getElementNameBytes()

        optional string element_name = 3;

        Returns:

        The bytes for elementName.

      • getElementType

         abstract String getElementType()

        string element_type = 4;

        Returns:

        The elementType.

      • getElementTypeBytes

         abstract ByteString getElementTypeBytes()

        string element_type = 4;

        Returns:

        The bytes for elementType.

      • hasChangeset

         abstract boolean hasChangeset()

        optional string changeset = 5;

        Returns:

        Whether the changeset field is set.

      • getChangeset

         abstract String getChangeset()

        optional string changeset = 5;

        Returns:

        The changeset.

      • getChangesetBytes

         abstract ByteString getChangesetBytes()

        optional string changeset = 5;

        Returns:

        The bytes for changeset.