com.google.shopping.merchant.promotions.v1beta.PromotionStatusOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-shopping-merchant-promotions-v1beta Show documentation
Show all versions of proto-google-shopping-merchant-promotions-v1beta Show documentation
Proto library for google-shopping-merchant-promotions
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/shopping/merchant/promotions/v1beta/promotions_common.proto
// Protobuf Java Version: 3.25.4
package com.google.shopping.merchant.promotions.v1beta;
public interface PromotionStatusOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.promotions.v1beta.PromotionStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The intended destinations for the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus destination_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List
getDestinationStatusesList();
/**
*
*
*
* Output only. The intended destinations for the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus destination_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus
getDestinationStatuses(int index);
/**
*
*
*
* Output only. The intended destinations for the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus destination_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getDestinationStatusesCount();
/**
*
*
*
* Output only. The intended destinations for the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus destination_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List<
? extends
com.google.shopping.merchant.promotions.v1beta.PromotionStatus
.DestinationStatusOrBuilder>
getDestinationStatusesOrBuilderList();
/**
*
*
*
* Output only. The intended destinations for the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus destination_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatusOrBuilder
getDestinationStatusesOrBuilder(int index);
/**
*
*
*
* Output only. A list of issues associated with the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue item_level_issues = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List
getItemLevelIssuesList();
/**
*
*
*
* Output only. A list of issues associated with the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue item_level_issues = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue getItemLevelIssues(
int index);
/**
*
*
*
* Output only. A list of issues associated with the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue item_level_issues = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getItemLevelIssuesCount();
/**
*
*
*
* Output only. A list of issues associated with the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue item_level_issues = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List<
? extends
com.google.shopping.merchant.promotions.v1beta.PromotionStatus
.ItemLevelIssueOrBuilder>
getItemLevelIssuesOrBuilderList();
/**
*
*
*
* Output only. A list of issues associated with the promotion.
*
*
*
* repeated .google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue item_level_issues = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssueOrBuilder
getItemLevelIssuesOrBuilder(int index);
/**
*
*
*
* Output only. Date on which the promotion has been created
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp creation_date = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the creationDate field is set.
*/
boolean hasCreationDate();
/**
*
*
*
* Output only. Date on which the promotion has been created
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp creation_date = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The creationDate.
*/
com.google.protobuf.Timestamp getCreationDate();
/**
*
*
*
* Output only. Date on which the promotion has been created
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp creation_date = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreationDateOrBuilder();
/**
*
*
*
* Output only. Date on which the promotion status has been last updated
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp last_update_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the lastUpdateDate field is set.
*/
boolean hasLastUpdateDate();
/**
*
*
*
* Output only. Date on which the promotion status has been last updated
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp last_update_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The lastUpdateDate.
*/
com.google.protobuf.Timestamp getLastUpdateDate();
/**
*
*
*
* Output only. Date on which the promotion status has been last updated
* in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time,
* and offset, for example `2020-01-02T09:00:00+01:00` or
* `2020-01-02T09:00:00Z`
*
*
*
* .google.protobuf.Timestamp last_update_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getLastUpdateDateOrBuilder();
}