Class ResourcePath.ResourcePathNode (2.57.0)

public static final class ResourcePath.ResourcePathNode extends GeneratedMessageV3 implements ResourcePath.ResourcePathNodeOrBuilder

A node within the resource path. Each node represents a resource within the resource hierarchy.

Protobuf type google.cloud.securitycenter.v2.ResourcePath.ResourcePathNode

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

NODE_TYPE_FIELD_NUMBER

public static final int NODE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourcePath.ResourcePathNode getDefaultInstance()
Returns
Type Description
ResourcePath.ResourcePathNode

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ResourcePath.ResourcePathNode.Builder newBuilder()
Returns
Type Description
ResourcePath.ResourcePathNode.Builder

newBuilder(ResourcePath.ResourcePathNode prototype)

public static ResourcePath.ResourcePathNode.Builder newBuilder(ResourcePath.ResourcePathNode prototype)
Parameter
Name Description
prototype ResourcePath.ResourcePathNode
Returns
Type Description
ResourcePath.ResourcePathNode.Builder

parseDelimitedFrom(InputStream input)

public static ResourcePath.ResourcePathNode parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ResourcePath.ResourcePathNode parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourcePath.ResourcePathNode parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourcePath.ResourcePathNode parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ResourcePath.ResourcePathNode parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ResourcePath.ResourcePathNode parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourcePath.ResourcePathNode parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourcePath.ResourcePathNode
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ResourcePath.ResourcePathNode> parser()
Returns
Type Description
Parser<ResourcePathNode>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ResourcePath.ResourcePathNode getDefaultInstanceForType()
Returns
Type Description
ResourcePath.ResourcePathNode

getDisplayName()

public String getDisplayName()

The display name of the resource this node represents.

string display_name = 3;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public 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 String getId()

The ID of the resource this node represents.

string id = 2;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The ID of the resource this node represents.

string id = 2;

Returns
Type Description
ByteString

The bytes for id.

getNodeType()

public ResourcePath.ResourcePathNodeType getNodeType()

The type of resource this node represents.

.google.cloud.securitycenter.v2.ResourcePath.ResourcePathNodeType node_type = 1;

Returns
Type Description
ResourcePath.ResourcePathNodeType

The nodeType.

getNodeTypeValue()

public int getNodeTypeValue()

The type of resource this node represents.

.google.cloud.securitycenter.v2.ResourcePath.ResourcePathNodeType node_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for nodeType.

getParserForType()

public Parser<ResourcePath.ResourcePathNode> getParserForType()
Returns
Type Description
Parser<ResourcePathNode>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ResourcePath.ResourcePathNode.Builder newBuilderForType()
Returns
Type Description
ResourcePath.ResourcePathNode.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourcePath.ResourcePathNode.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResourcePath.ResourcePathNode.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ResourcePath.ResourcePathNode.Builder toBuilder()
Returns
Type Description
ResourcePath.ResourcePathNode.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException