Interface Meta.PreconditionsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Specifies the target ResourceVersion +optional
    com.google.protobuf.ByteString
    Specifies the target ResourceVersion +optional
    Specifies the target UID.
    com.google.protobuf.ByteString
    Specifies the target UID.
    boolean
    Specifies the target ResourceVersion +optional
    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;
    • hasResourceVersion

      boolean hasResourceVersion()
       Specifies the target ResourceVersion
       +optional
       
      optional string resourceVersion = 2;
    • getResourceVersion

      String getResourceVersion()
       Specifies the target ResourceVersion
       +optional
       
      optional string resourceVersion = 2;
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       Specifies the target ResourceVersion
       +optional
       
      optional string resourceVersion = 2;