Interface PublisherModel.ParentOrBuilder

    • Method Detail

      • 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

        PublisherModel.ResourceReference 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

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