Interface Generated.GroupResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.GroupResource,Generated.GroupResource.Builder
- Enclosing class:
- Generated
public static interface Generated.GroupResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()optional string group = 1;com.google.protobuf.ByteStringgetGroupBytes()optional string group = 1;StringgetResource()optional string resource = 2;com.google.protobuf.ByteStringgetResourceBytes()optional string resource = 2;booleanhasGroup()optional string group = 1;booleanhasResource()optional string resource = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGroup
boolean hasGroup()
optional string group = 1;- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()
optional string group = 1;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
optional string group = 1;- Returns:
- The bytes for group.
-
hasResource
boolean hasResource()
optional string resource = 2;- Returns:
- Whether the resource field is set.
-
getResource
String getResource()
optional string resource = 2;- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
optional string resource = 2;- Returns:
- The bytes for resource.
-
-