com.google.shopping.merchant.accounts.v1beta.CustomerServiceOrBuilder 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/customerservice.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;
public interface CustomerServiceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.shopping.merchant.accounts.v1beta.CustomerService)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Optional. The URI where customer service may be found.
*
*
* optional string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the uri field is set.
*/
boolean hasUri();
/**
*
*
*
* Optional. The URI where customer service may be found.
*
*
* optional string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The uri.
*/
java.lang.String getUri();
/**
*
*
*
* Optional. The URI where customer service may be found.
*
*
* optional string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for uri.
*/
com.google.protobuf.ByteString getUriBytes();
/**
*
*
*
* Optional. The email address where customer service may be reached.
*
*
* optional string email = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the email field is set.
*/
boolean hasEmail();
/**
*
*
*
* Optional. The email address where customer service may be reached.
*
*
* optional string email = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The email.
*/
java.lang.String getEmail();
/**
*
*
*
* Optional. The email address where customer service may be reached.
*
*
* optional string email = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for email.
*/
com.google.protobuf.ByteString getEmailBytes();
/**
*
*
*
* Optional. The phone number where customer service may be called.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the phone field is set.
*/
boolean hasPhone();
/**
*
*
*
* Optional. The phone number where customer service may be called.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The phone.
*/
com.google.type.PhoneNumber getPhone();
/**
*
*
*
* Optional. The phone number where customer service may be called.
*
*
* optional .google.type.PhoneNumber phone = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
com.google.type.PhoneNumberOrBuilder getPhoneOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy