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

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

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

package org.yamcs.protobuf;

public interface GetRoleRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.GetRoleRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy