Interface PurgeUserEventsMetadataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreateTime()
      Operation create time.
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      Operation create time.
      String getOperationName()
      The ID of the request / operation.
      com.google.protobuf.ByteString getOperationNameBytes()
      The ID of the request / operation.
      boolean hasCreateTime()
      Operation create time.
      • 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

      • getOperationName

        String getOperationName()
         The ID of the request / operation.
         
        string operation_name = 1;
        Returns:
        The operationName.
      • getOperationNameBytes

        com.google.protobuf.ByteString getOperationNameBytes()
         The ID of the request / operation.
         
        string operation_name = 1;
        Returns:
        The bytes for operationName.
      • hasCreateTime

        boolean hasCreateTime()
         Operation create time.
         
        .google.protobuf.Timestamp create_time = 2;
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Operation create time.
         
        .google.protobuf.Timestamp create_time = 2;
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Operation create time.
         
        .google.protobuf.Timestamp create_time = 2;