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

apache.rocketmq.v1.ResourceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v1/definition.proto

package apache.rocketmq.v1;

public interface ResourceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.Resource)
    com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * string resource_namespace = 1;
   * @return The resourceNamespace.
   */
  java.lang.String getResourceNamespace();
  /**
   * string resource_namespace = 1;
   * @return The bytes for resourceNamespace.
   */
  com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
      getResourceNamespaceBytes();

  /**
   * 
   * Resource name identifier, which remains unique within the abstract resource
   * namespace.
   * 
* * string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * Resource name identifier, which remains unique within the abstract resource
   * namespace.
   * 
* * string name = 2; * @return The bytes for name. */ com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy