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 getResourceVersion()
      Specifies the target ResourceVersion +optional
      com.google.protobuf.ByteString getResourceVersionBytes()
      Specifies the target ResourceVersion +optional
      String getUid()
      Specifies the target UID.
      com.google.protobuf.ByteString getUidBytes()
      Specifies the target UID.
      boolean hasResourceVersion()
      Specifies the target ResourceVersion +optional
      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.
      • hasResourceVersion

        boolean hasResourceVersion()
         Specifies the target ResourceVersion
         +optional
         
        optional string resourceVersion = 2;
        Returns:
        Whether the resourceVersion field is set.
      • getResourceVersion

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

        com.google.protobuf.ByteString getResourceVersionBytes()
         Specifies the target ResourceVersion
         +optional
         
        optional string resourceVersion = 2;
        Returns:
        The bytes for resourceVersion.