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

com.byteplus.service.vod.model.business.StoreInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto

package com.byteplus.service.vod.model.business;

public interface StoreInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.StoreInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string StoreUri = 1;
   * @return The storeUri.
   */
  java.lang.String getStoreUri();
  /**
   * string StoreUri = 1;
   * @return The bytes for storeUri.
   */
  com.google.protobuf.ByteString
      getStoreUriBytes();

  /**
   * string Auth = 2;
   * @return The auth.
   */
  java.lang.String getAuth();
  /**
   * string Auth = 2;
   * @return The bytes for auth.
   */
  com.google.protobuf.ByteString
      getAuthBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy