Interface ResourceCollectionManifestProto.ManifestPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceCollectionManifestProto.ManifestPB,ResourceCollectionManifestProto.ManifestPB.Builder
- Enclosing class:
- ResourceCollectionManifestProto
public static interface ResourceCollectionManifestProto.ManifestPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string description = 2;com.google.protobuf.ByteStringoptional string description = 2;booleanbool enabled = 3;booleanbool inheritable = 4;optional string parent = 5;com.google.protobuf.ByteStringoptional string parent = 5;getTitle()string title = 1;com.google.protobuf.ByteStringstring title = 1;booleanoptional string description = 2;booleanoptional string parent = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTitle
String getTitle()string title = 1;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 1;- Returns:
- The bytes for title.
-
hasDescription
boolean hasDescription()optional string description = 2;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2;- Returns:
- The bytes for description.
-
getEnabled
boolean getEnabled()bool enabled = 3;- Returns:
- The enabled.
-
getInheritable
boolean getInheritable()bool inheritable = 4;- Returns:
- The inheritable.
-
hasParent
boolean hasParent()optional string parent = 5;- Returns:
- Whether the parent field is set.
-
getParent
String getParent()optional string parent = 5;- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()optional string parent = 5;- Returns:
- The bytes for parent.
-