Interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder

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

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

    • getReferencesCount

      int getReferencesCount()
       Required.
       
      map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
    • containsReferences

      boolean containsReferences(String key)
       Required.
       
      map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
    • getReferences

      Deprecated.
      Use getReferencesMap() instead.
    • getReferencesMap

       Required.
       
      map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
    • getReferencesOrDefault

      PublisherModel.ResourceReference getReferencesOrDefault(String key, PublisherModel.ResourceReference defaultValue)
       Required.
       
      map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
    • getReferencesOrThrow

      PublisherModel.ResourceReference getReferencesOrThrow(String key)
       Required.
       
      map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
    • getTitle

      String getTitle()
       Required.
       
      string title = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
       Required.
       
      string title = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for title.
    • hasResourceTitle

      boolean hasResourceTitle()
       Optional. Title of the resource.
       
      optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the resourceTitle field is set.
    • getResourceTitle

      String getResourceTitle()
       Optional. Title of the resource.
       
      optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The resourceTitle.
    • getResourceTitleBytes

      com.google.protobuf.ByteString getResourceTitleBytes()
       Optional. Title of the resource.
       
      optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for resourceTitle.
    • hasResourceUseCase

      boolean hasResourceUseCase()
       Optional. Use case (CUJ) of the resource.
       
      optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the resourceUseCase field is set.
    • getResourceUseCase

      String getResourceUseCase()
       Optional. Use case (CUJ) of the resource.
       
      optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The resourceUseCase.
    • getResourceUseCaseBytes

      com.google.protobuf.ByteString getResourceUseCaseBytes()
       Optional. Use case (CUJ) of the resource.
       
      optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for resourceUseCase.
    • hasResourceDescription

      boolean hasResourceDescription()
       Optional. Description of the resource.
       
      optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the resourceDescription field is set.
    • getResourceDescription

      String getResourceDescription()
       Optional. Description of the resource.
       
      optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The resourceDescription.
    • getResourceDescriptionBytes

      com.google.protobuf.ByteString getResourceDescriptionBytes()
       Optional. Description of the resource.
       
      optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for resourceDescription.