Interface Gateway.StatFileResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Gateway.StatFileResponse, Gateway.StatFileResponse.Builder
Enclosing class:
Gateway

public static interface Gateway.StatFileResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .fsutil.types.Stat stat = 1;
    .fsutil.types.Stat stat = 1;
    boolean
    .fsutil.types.Stat stat = 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 Details

    • hasStat

      boolean hasStat()
      .fsutil.types.Stat stat = 1;
      Returns:
      Whether the stat field is set.
    • getStat

      .fsutil.types.Stat stat = 1;
      Returns:
      The stat.
    • getStatOrBuilder

      StatOuterClass.StatOrBuilder getStatOrBuilder()
      .fsutil.types.Stat stat = 1;