public static interface LightningApi.MacaroonPermissionListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| LightningApi.MacaroonPermission | getPermissions(int index)
 A list of macaroon permissions. | 
| int | getPermissionsCount()
 A list of macaroon permissions. | 
| java.util.List<LightningApi.MacaroonPermission> | getPermissionsList()
 A list of macaroon permissions. | 
| LightningApi.MacaroonPermissionOrBuilder | getPermissionsOrBuilder(int index)
 A list of macaroon permissions. | 
| java.util.List<? extends LightningApi.MacaroonPermissionOrBuilder> | getPermissionsOrBuilderList()
 A list of macaroon permissions. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<LightningApi.MacaroonPermission> getPermissionsList()
A list of macaroon permissions.
repeated .lnrpc.MacaroonPermission permissions = 1;LightningApi.MacaroonPermission getPermissions(int index)
A list of macaroon permissions.
repeated .lnrpc.MacaroonPermission permissions = 1;int getPermissionsCount()
A list of macaroon permissions.
repeated .lnrpc.MacaroonPermission permissions = 1;java.util.List<? extends LightningApi.MacaroonPermissionOrBuilder> getPermissionsOrBuilderList()
A list of macaroon permissions.
repeated .lnrpc.MacaroonPermission permissions = 1;LightningApi.MacaroonPermissionOrBuilder getPermissionsOrBuilder(int index)
A list of macaroon permissions.
repeated .lnrpc.MacaroonPermission permissions = 1;