Interface SyntheticFieldOrBuilder

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

@Generated public interface SyntheticFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    Optional.
    com.google.protobuf.ByteString
    Optional.
    boolean
    Required.

    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

    • getFieldName

      String getFieldName()
       Optional. The name of the field.
       
      string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
       Optional. The name of the field.
       
      string field_name = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for fieldName.
    • hasContent

      boolean hasContent()
       Required. The content of the field.
       
      .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the content field is set.
    • getContent

      Content getContent()
       Required. The content of the field.
       
      .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The content.
    • getContentOrBuilder

      ContentOrBuilder getContentOrBuilder()
       Required. The content of the field.
       
      .google.cloud.aiplatform.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];