Interface EventOrBuilder

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

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

      • hasReportTime

        boolean hasReportTime()
         Event report time.
         
        .google.protobuf.Timestamp report_time = 1;
        Returns:
        Whether the reportTime field is set.
      • getReportTime

        com.google.protobuf.Timestamp getReportTime()
         Event report time.
         
        .google.protobuf.Timestamp report_time = 1;
        Returns:
        The reportTime.
      • getReportTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getReportTimeOrBuilder()
         Event report time.
         
        .google.protobuf.Timestamp report_time = 1;
      • getTypeValue

        int getTypeValue()
         Event type.
         
        .google.cloud.notebooks.v1.Event.EventType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        Event.EventType getType()
         Event type.
         
        .google.cloud.notebooks.v1.Event.EventType type = 2;
        Returns:
        The type.
      • getDetailsCount

        int getDetailsCount()
         Optional. Event details. This field is used to pass event information.
         
        map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];
      • containsDetails

        boolean containsDetails​(String key)
         Optional. Event details. This field is used to pass event information.
         
        map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getDetailsMap

        Map<String,​String> getDetailsMap()
         Optional. Event details. This field is used to pass event information.
         
        map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getDetailsOrDefault

        String getDetailsOrDefault​(String key,
                                   String defaultValue)
         Optional. Event details. This field is used to pass event information.
         
        map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getDetailsOrThrow

        String getDetailsOrThrow​(String key)
         Optional. Event details. This field is used to pass event information.
         
        map<string, string> details = 3 [(.google.api.field_behavior) = OPTIONAL];