Interface V1.PreconditionsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Specifies the target UID.
    com.google.protobuf.ByteString
    Specifies the target UID.
    boolean
    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 Details

    • hasUid

      boolean hasUid()
       Specifies the target UID.
       +optional
       
      optional string uid = 1;
    • getUid

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

      com.google.protobuf.ByteString getUidBytes()
       Specifies the target UID.
       +optional
       
      optional string uid = 1;