Class ListFindingsResponse.ListFindingsResult.Resource (2.9.0)

public static final class ListFindingsResponse.ListFindingsResult.Resource extends GeneratedMessageV3 implements ListFindingsResponse.ListFindingsResult.ResourceOrBuilder

Information related to the Google Cloud resource that is associated with this finding.

Protobuf type google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult.Resource

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListFindingsResponse.ListFindingsResult.Resource

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

FOLDERS_FIELD_NUMBER

public static final int FOLDERS_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_DISPLAY_NAME_FIELD_NUMBER

public static final int PARENT_DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_NAME_FIELD_NUMBER

public static final int PARENT_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_DISPLAY_NAME_FIELD_NUMBER

public static final int PROJECT_DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_NAME_FIELD_NUMBER

public static final int PROJECT_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListFindingsResponse.ListFindingsResult.Resource getDefaultInstance()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListFindingsResponse.ListFindingsResult.Resource.Builder newBuilder()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

newBuilder(ListFindingsResponse.ListFindingsResult.Resource prototype)

public static ListFindingsResponse.ListFindingsResult.Resource.Builder newBuilder(ListFindingsResponse.ListFindingsResult.Resource prototype)
Parameter
NameDescription
prototypeListFindingsResponse.ListFindingsResult.Resource
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

parseDelimitedFrom(InputStream input)

public static ListFindingsResponse.ListFindingsResult.Resource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsResponse.ListFindingsResult.Resource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListFindingsResponse.ListFindingsResult.Resource> parser()
Returns
TypeDescription
Parser<Resource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListFindingsResponse.ListFindingsResult.Resource getDefaultInstanceForType()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource

getDisplayName()

public String getDisplayName()

The human readable name of the resource.

string display_name = 8;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The human readable name of the resource.

string display_name = 8;

Returns
TypeDescription
ByteString

The bytes for displayName.

getFolders(int index)

public Folder getFolders(int index)

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

repeated .google.cloud.securitycenter.v1.Folder folders = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder

getFoldersCount()

public int getFoldersCount()

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

repeated .google.cloud.securitycenter.v1.Folder folders = 7;

Returns
TypeDescription
int

getFoldersList()

public List<Folder> getFoldersList()

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

repeated .google.cloud.securitycenter.v1.Folder folders = 7;

Returns
TypeDescription
List<Folder>

getFoldersOrBuilder(int index)

public FolderOrBuilder getFoldersOrBuilder(int index)

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

repeated .google.cloud.securitycenter.v1.Folder folders = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
FolderOrBuilder

getFoldersOrBuilderList()

public List<? extends FolderOrBuilder> getFoldersOrBuilderList()

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

repeated .google.cloud.securitycenter.v1.Folder folders = 7;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.FolderOrBuilder>

getName()

public String getName()

The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParentDisplayName()

public String getParentDisplayName()

The human readable name of resource's parent.

string parent_display_name = 5;

Returns
TypeDescription
String

The parentDisplayName.

getParentDisplayNameBytes()

public ByteString getParentDisplayNameBytes()

The human readable name of resource's parent.

string parent_display_name = 5;

Returns
TypeDescription
ByteString

The bytes for parentDisplayName.

getParentName()

public String getParentName()

The full resource name of resource's parent.

string parent_name = 4;

Returns
TypeDescription
String

The parentName.

getParentNameBytes()

public ByteString getParentNameBytes()

The full resource name of resource's parent.

string parent_name = 4;

Returns
TypeDescription
ByteString

The bytes for parentName.

getParserForType()

public Parser<ListFindingsResponse.ListFindingsResult.Resource> getParserForType()
Returns
TypeDescription
Parser<Resource>
Overrides

getProjectDisplayName()

public String getProjectDisplayName()

The project ID that the resource belongs to.

string project_display_name = 3;

Returns
TypeDescription
String

The projectDisplayName.

getProjectDisplayNameBytes()

public ByteString getProjectDisplayNameBytes()

The project ID that the resource belongs to.

string project_display_name = 3;

Returns
TypeDescription
ByteString

The bytes for projectDisplayName.

getProjectName()

public String getProjectName()

The full resource name of project that the resource belongs to.

string project_name = 2;

Returns
TypeDescription
String

The projectName.

getProjectNameBytes()

public ByteString getProjectNameBytes()

The full resource name of project that the resource belongs to.

string project_name = 2;

Returns
TypeDescription
ByteString

The bytes for projectName.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public String getType()

The full resource type of the resource.

string type = 6;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The full resource type of the resource.

string type = 6;

Returns
TypeDescription
ByteString

The bytes for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListFindingsResponse.ListFindingsResult.Resource.Builder newBuilderForType()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListFindingsResponse.ListFindingsResult.Resource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListFindingsResponse.ListFindingsResult.Resource.Builder toBuilder()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException