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

org.yamcs.protobuf.DeleteRoleAssignmentRequestOrBuilder 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/iam/iam.proto

package org.yamcs.protobuf;

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

  /**
   * 
   * Username
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Role name
   * 
* * optional string role = 2; * @return Whether the role field is set. */ boolean hasRole(); /** *
   * Role name
   * 
* * optional string role = 2; * @return The role. */ java.lang.String getRole(); /** *
   * Role name
   * 
* * optional string role = 2; * @return The bytes for role. */ com.google.protobuf.ByteString getRoleBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy