Interface JobRunNotificationEventOrBuilder

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

    public interface JobRunNotificationEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJobRun()
      The name of the `JobRun`.
      com.google.protobuf.ByteString getJobRunBytes()
      The name of the `JobRun`.
      String getMessage()
      Debug message for when a notification fails to send.
      com.google.protobuf.ByteString getMessageBytes()
      Debug message for when a notification fails to send.
      String getPipelineUid()
      Unique identifier of the `DeliveryPipeline`.
      com.google.protobuf.ByteString getPipelineUidBytes()
      Unique identifier of the `DeliveryPipeline`.
      String getReleaseUid()
      Unique identifier of the `Release`.
      com.google.protobuf.ByteString getReleaseUidBytes()
      Unique identifier of the `Release`.
      String getRolloutUid()
      Unique identifier of the `Rollout`.
      com.google.protobuf.ByteString getRolloutUidBytes()
      Unique identifier of the `Rollout`.
      String getTargetId()
      ID of the `Target`.
      com.google.protobuf.ByteString getTargetIdBytes()
      ID of the `Target`.
      Type getType()
      Type of this notification, e.g.
      int getTypeValue()
      Type of this notification, e.g.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMessage

        String getMessage()
         Debug message for when a notification fails to send.
         
        string message = 1;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Debug message for when a notification fails to send.
         
        string message = 1;
        Returns:
        The bytes for message.
      • getJobRun

        String getJobRun()
         The name of the `JobRun`.
         
        string job_run = 2;
        Returns:
        The jobRun.
      • getJobRunBytes

        com.google.protobuf.ByteString getJobRunBytes()
         The name of the `JobRun`.
         
        string job_run = 2;
        Returns:
        The bytes for jobRun.
      • getPipelineUid

        String getPipelineUid()
         Unique identifier of the `DeliveryPipeline`.
         
        string pipeline_uid = 3;
        Returns:
        The pipelineUid.
      • getPipelineUidBytes

        com.google.protobuf.ByteString getPipelineUidBytes()
         Unique identifier of the `DeliveryPipeline`.
         
        string pipeline_uid = 3;
        Returns:
        The bytes for pipelineUid.
      • getReleaseUid

        String getReleaseUid()
         Unique identifier of the `Release`.
         
        string release_uid = 4;
        Returns:
        The releaseUid.
      • getReleaseUidBytes

        com.google.protobuf.ByteString getReleaseUidBytes()
         Unique identifier of the `Release`.
         
        string release_uid = 4;
        Returns:
        The bytes for releaseUid.
      • getRolloutUid

        String getRolloutUid()
         Unique identifier of the `Rollout`.
         
        string rollout_uid = 5;
        Returns:
        The rolloutUid.
      • getRolloutUidBytes

        com.google.protobuf.ByteString getRolloutUidBytes()
         Unique identifier of the `Rollout`.
         
        string rollout_uid = 5;
        Returns:
        The bytes for rolloutUid.
      • getTargetId

        String getTargetId()
         ID of the `Target`.
         
        string target_id = 6;
        Returns:
        The targetId.
      • getTargetIdBytes

        com.google.protobuf.ByteString getTargetIdBytes()
         ID of the `Target`.
         
        string target_id = 6;
        Returns:
        The bytes for targetId.
      • getTypeValue

        int getTypeValue()
         Type of this notification, e.g. for a Pub/Sub failure.
         
        .google.cloud.deploy.v1.Type type = 7;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        Type getType()
         Type of this notification, e.g. for a Pub/Sub failure.
         
        .google.cloud.deploy.v1.Type type = 7;
        Returns:
        The type.