com.google.shopping.merchant.accounts.v1beta.BusinessInfoOrBuilder 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/businessinfo.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;
public interface BusinessInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.accounts.v1beta.BusinessInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Identifier. The resource name of the business info.
* Format: `accounts/{account}/businessInfo`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Identifier. The resource name of the business info.
* Format: `accounts/{account}/businessInfo`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Optional. The address of the business.
*
*
*
* optional .google.type.PostalAddress address = 2 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the address field is set.
*/
boolean hasAddress();
/**
*
*
*
* Optional. The address of the business.
*
*
*
* optional .google.type.PostalAddress address = 2 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The address.
*/
com.google.type.PostalAddress getAddress();
/**
*
*
*
* Optional. The address of the business.
*
*
*
* optional .google.type.PostalAddress address = 2 [(.google.api.field_behavior) = OPTIONAL];
*
*/
com.google.type.PostalAddressOrBuilder getAddressOrBuilder();
/**
*
*
*
* Output only. The phone number of the business.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the phone field is set.
*/
boolean hasPhone();
/**
*
*
*
* Output only. The phone number of the business.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The phone.
*/
com.google.type.PhoneNumber getPhone();
/**
*
*
*
* Output only. The phone number of the business.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.type.PhoneNumberOrBuilder getPhoneOrBuilder();
/**
*
*
*
* Output only. The phone verification state of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.PhoneVerificationState phone_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the phoneVerificationState field is set.
*/
boolean hasPhoneVerificationState();
/**
*
*
*
* Output only. The phone verification state of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.PhoneVerificationState phone_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for phoneVerificationState.
*/
int getPhoneVerificationStateValue();
/**
*
*
*
* Output only. The phone verification state of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.PhoneVerificationState phone_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The phoneVerificationState.
*/
com.google.shopping.merchant.accounts.v1beta.PhoneVerificationState getPhoneVerificationState();
/**
*
*
*
* Optional. The customer service of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.CustomerService customer_service = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the customerService field is set.
*/
boolean hasCustomerService();
/**
*
*
*
* Optional. The customer service of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.CustomerService customer_service = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The customerService.
*/
com.google.shopping.merchant.accounts.v1beta.CustomerService getCustomerService();
/**
*
*
*
* Optional. The customer service of the business.
*
*
*
* optional .google.shopping.merchant.accounts.v1beta.CustomerService customer_service = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*/
com.google.shopping.merchant.accounts.v1beta.CustomerServiceOrBuilder
getCustomerServiceOrBuilder();
/**
*
*
*
* Optional. The 10-digit [Korean business registration
* number](https://support.google.com/merchants/answer/9037766) separated with
* dashes in the format: XXX-XX-XXXXX.
*
*
*
* optional string korean_business_registration_number = 6 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the koreanBusinessRegistrationNumber field is set.
*/
boolean hasKoreanBusinessRegistrationNumber();
/**
*
*
*
* Optional. The 10-digit [Korean business registration
* number](https://support.google.com/merchants/answer/9037766) separated with
* dashes in the format: XXX-XX-XXXXX.
*
*
*
* optional string korean_business_registration_number = 6 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The koreanBusinessRegistrationNumber.
*/
java.lang.String getKoreanBusinessRegistrationNumber();
/**
*
*
*
* Optional. The 10-digit [Korean business registration
* number](https://support.google.com/merchants/answer/9037766) separated with
* dashes in the format: XXX-XX-XXXXX.
*
*
*
* optional string korean_business_registration_number = 6 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The bytes for koreanBusinessRegistrationNumber.
*/
com.google.protobuf.ByteString getKoreanBusinessRegistrationNumberBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy