Interface Resource.QuantityOrBuilder

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

public static interface Resource.QuantityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string string = 1;
    com.google.protobuf.ByteString
    optional string string = 1;
    boolean
    optional string string = 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

    • hasString

      boolean hasString()
      optional string string = 1;
    • getString

      String getString()
      optional string string = 1;
    • getStringBytes

      com.google.protobuf.ByteString getStringBytes()
      optional string string = 1;