Interface ImmutableResourceProto.ImmutableResourcePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImmutableResourceProto.ImmutableResourcePB
,ImmutableResourceProto.ImmutableResourcePB.Builder
- Enclosing class:
- ImmutableResourceProto
public static interface ImmutableResourceProto.ImmutableResourcePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
int32 applicationScope = 7;
getAttributes
(int index) repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
int
repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
getAttributesOrBuilder
(int index) repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
getData
(int index) repeated .common.protobuf.ResourceDataMapEntry data = 5;
int
repeated .common.protobuf.ResourceDataMapEntry data = 5;
repeated .common.protobuf.ResourceDataMapEntry data = 5;
getDataOrBuilder
(int index) repeated .common.protobuf.ResourceDataMapEntry data = 5;
repeated .common.protobuf.ResourceDataMapEntry data = 5;
optional string documentation = 4;
com.google.protobuf.ByteString
optional string documentation = 4;
boolean
bool folder = 3;
boolean
bool locked = 11;
boolean
bool overridable = 10;
string projectName = 1;
com.google.protobuf.ByteString
string projectName = 1;
.common.protobuf.ResourcePathPB resourcePath = 2;
.common.protobuf.ResourcePathPB resourcePath = 2;
boolean
bool restricted = 9;
boolean
getUnary()
bool unary = 12;
int
int32 version = 8;
boolean
optional string documentation = 4;
boolean
.common.protobuf.ResourcePathPB resourcePath = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProjectName
String getProjectName()string projectName = 1;
- Returns:
- The projectName.
-
getProjectNameBytes
com.google.protobuf.ByteString getProjectNameBytes()string projectName = 1;
- Returns:
- The bytes for projectName.
-
hasResourcePath
boolean hasResourcePath().common.protobuf.ResourcePathPB resourcePath = 2;
- Returns:
- Whether the resourcePath field is set.
-
getResourcePath
ResourcePathProto.ResourcePathPB getResourcePath().common.protobuf.ResourcePathPB resourcePath = 2;
- Returns:
- The resourcePath.
-
getResourcePathOrBuilder
ResourcePathProto.ResourcePathPBOrBuilder getResourcePathOrBuilder().common.protobuf.ResourcePathPB resourcePath = 2;
-
getFolder
boolean getFolder()bool folder = 3;
- Returns:
- The folder.
-
hasDocumentation
boolean hasDocumentation()optional string documentation = 4;
- Returns:
- Whether the documentation field is set.
-
getDocumentation
String getDocumentation()optional string documentation = 4;
- Returns:
- The documentation.
-
getDocumentationBytes
com.google.protobuf.ByteString getDocumentationBytes()optional string documentation = 4;
- Returns:
- The bytes for documentation.
-
getDataList
List<ImmutableResourceProto.ResourceDataMapEntry> getDataList()repeated .common.protobuf.ResourceDataMapEntry data = 5;
-
getData
repeated .common.protobuf.ResourceDataMapEntry data = 5;
-
getDataCount
int getDataCount()repeated .common.protobuf.ResourceDataMapEntry data = 5;
-
getDataOrBuilderList
List<? extends ImmutableResourceProto.ResourceDataMapEntryOrBuilder> getDataOrBuilderList()repeated .common.protobuf.ResourceDataMapEntry data = 5;
-
getDataOrBuilder
repeated .common.protobuf.ResourceDataMapEntry data = 5;
-
getAttributesList
List<ImmutableResourceProto.ResourceAttrMapEntry> getAttributesList()repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
-
getAttributes
repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
-
getAttributesCount
int getAttributesCount()repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
-
getAttributesOrBuilderList
List<? extends ImmutableResourceProto.ResourceAttrMapEntryOrBuilder> getAttributesOrBuilderList()repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
-
getAttributesOrBuilder
repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
-
getApplicationScope
int getApplicationScope()int32 applicationScope = 7;
- Returns:
- The applicationScope.
-
getVersion
int getVersion()int32 version = 8;
- Returns:
- The version.
-
getRestricted
boolean getRestricted()bool restricted = 9;
- Returns:
- The restricted.
-
getOverridable
boolean getOverridable()bool overridable = 10;
- Returns:
- The overridable.
-
getLocked
boolean getLocked()bool locked = 11;
- Returns:
- The locked.
-
getUnary
boolean getUnary()bool unary = 12;
- Returns:
- The unary.
-