org.yamcs.protobuf.UploadObjectRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yamcs/protobuf/buckets/buckets.proto
package org.yamcs.protobuf;
public interface UploadObjectRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.buckets.UploadObjectRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string instance = 1;
*/
boolean hasInstance();
/**
* optional string instance = 1;
*/
java.lang.String getInstance();
/**
* optional string instance = 1;
*/
com.google.protobuf.ByteString
getInstanceBytes();
/**
* optional string bucketName = 2;
*/
boolean hasBucketName();
/**
* optional string bucketName = 2;
*/
java.lang.String getBucketName();
/**
* optional string bucketName = 2;
*/
com.google.protobuf.ByteString
getBucketNameBytes();
/**
* optional string objectName = 3;
*/
boolean hasObjectName();
/**
* optional string objectName = 3;
*/
java.lang.String getObjectName();
/**
* optional string objectName = 3;
*/
com.google.protobuf.ByteString
getObjectNameBytes();
}