io.axoniq.platform.grpc.ApplicationRoleOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: platform_api.proto
package io.axoniq.platform.grpc;
public interface ApplicationRoleOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.platform.grpc.ApplicationRole)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
*/
java.lang.String getName();
/**
* optional string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional int64 end_date = 2;
*/
long getEndDate();
/**
* optional string context = 3;
*/
java.lang.String getContext();
/**
* optional string context = 3;
*/
com.google.protobuf.ByteString
getContextBytes();
}