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

io.bloombox.schema.partner.PartnerKeyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual property
 * of Bloombox, a California Limited Liability Corporation. Use of this code in source form
 * requires permission in writing before use or the publishing of derivative works, for
 * commercial purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * 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: partner/Partner.proto

package io.bloombox.schema.partner;

public interface PartnerKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:partner.PartnerKey)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Short string that uniquely identifies a partner organization.
   * 
* * string code = 1 [(.gen_bq_schema.description) = "Short string that uniquely identifies a partner organization."]; */ java.lang.String getCode(); /** *
   * Short string that uniquely identifies a partner organization.
   * 
* * string code = 1 [(.gen_bq_schema.description) = "Short string that uniquely identifies a partner organization."]; */ com.google.protobuf.ByteString getCodeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy