com.google.shopping.merchant.accounts.v1beta.AccountIssueOrBuilder Maven / Gradle / Ivy
/*
* 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/accounts/v1beta/accountissue.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;
public interface AccountIssueOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.accounts.v1beta.AccountIssue)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Identifier. The resource name of the account issue.
* Format: `accounts/{account}/issues/{id}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Identifier. The resource name of the account issue.
* Format: `accounts/{account}/issues/{id}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The localized title of the issue.
*
*
* string title = 2;
*
* @return The title.
*/
java.lang.String getTitle();
/**
*
*
*
* The localized title of the issue.
*
*
* string title = 2;
*
* @return The bytes for title.
*/
com.google.protobuf.ByteString getTitleBytes();
/**
*
*
*
* The overall severity of the issue.
*
*
* .google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 3;
*
* @return The enum numeric value on the wire for severity.
*/
int getSeverityValue();
/**
*
*
*
* The overall severity of the issue.
*
*
* .google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 3;
*
* @return The severity.
*/
com.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity getSeverity();
/**
*
*
*
* The impact this issue has on various destinations.
*
*
*
* repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
*
*/
java.util.List
getImpactedDestinationsList();
/**
*
*
*
* The impact this issue has on various destinations.
*
*
*
* repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
*
*/
com.google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination
getImpactedDestinations(int index);
/**
*
*
*
* The impact this issue has on various destinations.
*
*
*
* repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
*
*/
int getImpactedDestinationsCount();
/**
*
*
*
* The impact this issue has on various destinations.
*
*
*
* repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
*
*/
java.util.List<
? extends
com.google.shopping.merchant.accounts.v1beta.AccountIssue
.ImpactedDestinationOrBuilder>
getImpactedDestinationsOrBuilderList();
/**
*
*
*
* The impact this issue has on various destinations.
*
*
*
* repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
*
*/
com.google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestinationOrBuilder
getImpactedDestinationsOrBuilder(int index);
/**
*
*
*
* Further localized details about the issue.
*
*
* string detail = 5;
*
* @return The detail.
*/
java.lang.String getDetail();
/**
*
*
*
* Further localized details about the issue.
*
*
* string detail = 5;
*
* @return The bytes for detail.
*/
com.google.protobuf.ByteString getDetailBytes();
/**
*
*
*
* Link to Merchant Center Help Center providing further information about the
* issue and how to fix it.
*
*
* string documentation_uri = 6;
*
* @return The documentationUri.
*/
java.lang.String getDocumentationUri();
/**
*
*
*
* Link to Merchant Center Help Center providing further information about the
* issue and how to fix it.
*
*
* string documentation_uri = 6;
*
* @return The bytes for documentationUri.
*/
com.google.protobuf.ByteString getDocumentationUriBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy