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

org.yamcs.protobuf.ListBucketsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/buckets/buckets.proto

package org.yamcs.protobuf;

public interface ListBucketsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.buckets.ListBucketsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name. Or _global.
   * 
* * optional string instance = 1 [deprecated = true]; * @deprecated * @return Whether the instance field is set. */ @java.lang.Deprecated boolean hasInstance(); /** *
   * Yamcs instance name. Or _global.
   * 
* * optional string instance = 1 [deprecated = true]; * @deprecated * @return The instance. */ @java.lang.Deprecated java.lang.String getInstance(); /** *
   * Yamcs instance name. Or _global.
   * 
* * optional string instance = 1 [deprecated = true]; * @deprecated * @return The bytes for instance. */ @java.lang.Deprecated com.google.protobuf.ByteString getInstanceBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy