Interface CreateCatalogItemRequestOrBuilder

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

    public interface CreateCatalogItemRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. The parent catalog resource name, such as
         `projects/*/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent catalog resource name, such as
         `projects/*/locations/global/catalogs/default_catalog`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasCatalogItem

        boolean hasCatalogItem()
         Required. The catalog item to create.
         
        .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the catalogItem field is set.
      • getCatalogItem

        CatalogItem getCatalogItem()
         Required. The catalog item to create.
         
        .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The catalogItem.
      • getCatalogItemOrBuilder

        CatalogItemOrBuilder getCatalogItemOrBuilder()
         Required. The catalog item to create.
         
        .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_item = 2 [(.google.api.field_behavior) = REQUIRED];