public static interface LightningApi.MacaroonPermissionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
The action that is granted.
|
com.google.protobuf.ByteString |
getActionBytes()
The action that is granted.
|
java.lang.String |
getEntity()
The entity a permission grants access to.
|
com.google.protobuf.ByteString |
getEntityBytes()
The entity a permission grants access to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getEntity()
The entity a permission grants access to.
string entity = 1;com.google.protobuf.ByteString getEntityBytes()
The entity a permission grants access to.
string entity = 1;java.lang.String getAction()
The action that is granted.
string action = 2;com.google.protobuf.ByteString getActionBytes()
The action that is granted.
string action = 2;