Interface Generated.PreconditionsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.Preconditions, Generated.Preconditions.Builder
    Enclosing class:
    Generated

    public static interface Generated.PreconditionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUid()
      Specifies the target UID.
      com.google.protobuf.ByteString getUidBytes()
      Specifies the target UID.
      boolean hasUid()
      Specifies the target UID.
      • 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

      • hasUid

        boolean hasUid()
         Specifies the target UID.
         +optional
         
        optional string uid = 1;
        Returns:
        Whether the uid field is set.
      • getUid

        String getUid()
         Specifies the target UID.
         +optional
         
        optional string uid = 1;
        Returns:
        The uid.
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         Specifies the target UID.
         +optional
         
        optional string uid = 1;
        Returns:
        The bytes for uid.