Interface Transformation.TransformBlockedInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreatedTime()
      int64 created_time = 2;
      String getReason()
      string reason = 1;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 1;
      • 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

      • getReason

        String getReason()
        string reason = 1;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 1;
        Returns:
        The bytes for reason.
      • getCreatedTime

        long getCreatedTime()
        int64 created_time = 2;
        Returns:
        The createdTime.