public static interface ResourcePath.ResourcePathNodeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
The display name of the resource this node represents.
string display_name = 3;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of the resource this node represents.
string display_name = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getId()
public abstract String getId()
The ID of the resource this node represents.
string id = 2;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The ID of the resource this node represents.
string id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getNodeType()
public abstract ResourcePath.ResourcePathNodeType getNodeType()
The type of resource this node represents.
.google.cloud.securitycenter.v1.ResourcePath.ResourcePathNodeType node_type = 1;
Returns | |
---|---|
Type | Description |
ResourcePath.ResourcePathNodeType |
The nodeType. |
getNodeTypeValue()
public abstract int getNodeTypeValue()
The type of resource this node represents.
.google.cloud.securitycenter.v1.ResourcePath.ResourcePathNodeType node_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for nodeType. |