All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder 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/termsofserviceagreementstate.proto

// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;

public interface AcceptedOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.shopping.merchant.accounts.v1beta.Accepted)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The accepted
   * [termsOfService](google.shopping.merchant.accounts.v1main.TermsOfService).
   * 
* * string terms_of_service = 1 [(.google.api.resource_reference) = { ... } * * @return The termsOfService. */ java.lang.String getTermsOfService(); /** * * *
   * The accepted
   * [termsOfService](google.shopping.merchant.accounts.v1main.TermsOfService).
   * 
* * string terms_of_service = 1 [(.google.api.resource_reference) = { ... } * * @return The bytes for termsOfService. */ com.google.protobuf.ByteString getTermsOfServiceBytes(); /** * * *
   * The account where the acceptance was recorded. This can be the account
   * itself or, in the case of subaccounts, the MCA account.
   * 
* * string accepted_by = 2 [(.google.api.resource_reference) = { ... } * * @return The acceptedBy. */ java.lang.String getAcceptedBy(); /** * * *
   * The account where the acceptance was recorded. This can be the account
   * itself or, in the case of subaccounts, the MCA account.
   * 
* * string accepted_by = 2 [(.google.api.resource_reference) = { ... } * * @return The bytes for acceptedBy. */ com.google.protobuf.ByteString getAcceptedByBytes(); /** * * *
   * When set, it states that the accepted
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is only valid until the end of this date (in UTC). A new one must be
   * accepted before then. The information of the required
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is found in the [Required](Required) message.
   * 
* * optional .google.type.Date valid_until = 3; * * @return Whether the validUntil field is set. */ boolean hasValidUntil(); /** * * *
   * When set, it states that the accepted
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is only valid until the end of this date (in UTC). A new one must be
   * accepted before then. The information of the required
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is found in the [Required](Required) message.
   * 
* * optional .google.type.Date valid_until = 3; * * @return The validUntil. */ com.google.type.Date getValidUntil(); /** * * *
   * When set, it states that the accepted
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is only valid until the end of this date (in UTC). A new one must be
   * accepted before then. The information of the required
   * [TermsOfService](google.shopping.merchant.accounts.v1main.TermsOfService)
   * is found in the [Required](Required) message.
   * 
* * optional .google.type.Date valid_until = 3; */ com.google.type.DateOrBuilder getValidUntilOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy