Interface PublisherModel.ParentOrBuilder

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

public static interface PublisherModel.ParentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDisplayName

      String getDisplayName()
       Required. The display name of the parent. E.g., LaMDA, T5, Vision API,
       Natural Language API.
       
      string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Required. The display name of the parent. E.g., LaMDA, T5, Vision API,
       Natural Language API.
       
      string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for displayName.
    • hasReference

      boolean hasReference()
       Optional. The Google Cloud resource name or the URI reference.
       
      .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the reference field is set.
    • getReference

       Optional. The Google Cloud resource name or the URI reference.
       
      .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The reference.
    • getReferenceOrBuilder

       Optional. The Google Cloud resource name or the URI reference.
       
      .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];