Interface MetadataValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetadataValue, MetadataValue.Builder

@Generated public interface MetadataValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasIntValue

      boolean hasIntValue()
       Value of int type metadata.
       
      int64 int_value = 1;
      Returns:
      Whether the intValue field is set.
    • getIntValue

      long getIntValue()
       Value of int type metadata.
       
      int64 int_value = 1;
      Returns:
      The intValue.
    • hasFloatValue

      boolean hasFloatValue()
       Value of float type metadata.
       
      float float_value = 2;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
       Value of float type metadata.
       
      float float_value = 2;
      Returns:
      The floatValue.
    • hasStrValue

      boolean hasStrValue()
       Value of string type metadata.
       
      string str_value = 3;
      Returns:
      Whether the strValue field is set.
    • getStrValue

      String getStrValue()
       Value of string type metadata.
       
      string str_value = 3;
      Returns:
      The strValue.
    • getStrValueBytes

      com.google.protobuf.ByteString getStrValueBytes()
       Value of string type metadata.
       
      string str_value = 3;
      Returns:
      The bytes for strValue.
    • hasDatetimeValue

      boolean hasDatetimeValue()
       Value of date time type metadata.
       
      string datetime_value = 4;
      Returns:
      Whether the datetimeValue field is set.
    • getDatetimeValue

      String getDatetimeValue()
       Value of date time type metadata.
       
      string datetime_value = 4;
      Returns:
      The datetimeValue.
    • getDatetimeValueBytes

      com.google.protobuf.ByteString getDatetimeValueBytes()
       Value of date time type metadata.
       
      string datetime_value = 4;
      Returns:
      The bytes for datetimeValue.
    • hasBoolValue

      boolean hasBoolValue()
       Value of boolean type metadata.
       
      bool bool_value = 5;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
       Value of boolean type metadata.
       
      bool bool_value = 5;
      Returns:
      The boolValue.
    • hasListValue

      boolean hasListValue()
       Value of list type metadata.
       
      .google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
      Returns:
      Whether the listValue field is set.
    • getListValue

      MetadataList getListValue()
       Value of list type metadata.
       
      .google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
      Returns:
      The listValue.
    • getListValueOrBuilder

      MetadataListOrBuilder getListValueOrBuilder()
       Value of list type metadata.
       
      .google.cloud.aiplatform.v1beta1.MetadataList list_value = 6;
    • getValueCase

      MetadataValue.ValueCase getValueCase()