Interface ThreedVersionedFileOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Int64Value getFileId()
      .google.protobuf.Int64Value file_id = 2;
      Int64ValueOrBuilder getFileIdOrBuilder()
      .google.protobuf.Int64Value file_id = 2;
      Int64Value getVersion()
      .google.protobuf.Int64Value version = 1;
      Int64ValueOrBuilder getVersionOrBuilder()
      .google.protobuf.Int64Value version = 1;
      boolean hasFileId()
      .google.protobuf.Int64Value file_id = 2;
      boolean hasVersion()
      .google.protobuf.Int64Value version = 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

      • hasVersion

        boolean hasVersion()
        .google.protobuf.Int64Value version = 1;
        Returns:
        Whether the version field is set.
      • getVersion

        Int64Value getVersion()
        .google.protobuf.Int64Value version = 1;
        Returns:
        The version.
      • getVersionOrBuilder

        Int64ValueOrBuilder getVersionOrBuilder()
        .google.protobuf.Int64Value version = 1;
      • hasFileId

        boolean hasFileId()
        .google.protobuf.Int64Value file_id = 2;
        Returns:
        Whether the fileId field is set.
      • getFileId

        Int64Value getFileId()
        .google.protobuf.Int64Value file_id = 2;
        Returns:
        The fileId.
      • getFileIdOrBuilder

        Int64ValueOrBuilder getFileIdOrBuilder()
        .google.protobuf.Int64Value file_id = 2;