Class ListFindingsResponse.ListFindingsResult.Resource.Builder (2.49.0)

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

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

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

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addAllFolders(Iterable<? extends Folder> values)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addAllFolders(Iterable<? extends Folder> values)

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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.securitycenter.v1p1beta1.Folder>
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

addFolders(Folder value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addFolders(Folder value)

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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
valueFolder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

addFolders(Folder.Builder builderForValue)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addFolders(Folder.Builder builderForValue)

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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
builderForValueFolder.Builder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

addFolders(int index, Folder value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addFolders(int index, Folder value)

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.v1p1beta1.Folder folders = 10;

Parameters
NameDescription
indexint
valueFolder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

addFolders(int index, Folder.Builder builderForValue)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addFolders(int index, Folder.Builder builderForValue)

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.v1p1beta1.Folder folders = 10;

Parameters
NameDescription
indexint
builderForValueFolder.Builder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

addFoldersBuilder()

public Folder.Builder addFoldersBuilder()

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.v1p1beta1.Folder folders = 10;

Returns
TypeDescription
Folder.Builder

addFoldersBuilder(int index)

public Folder.Builder addFoldersBuilder(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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

build()

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

buildPartial()

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

clear()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clear()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

clearFolders()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearFolders()

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.v1p1beta1.Folder folders = 10;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

clearName()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearName()

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

string name = 1;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

clearParentDisplayName()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearParentDisplayName()

The human readable name of resource's parent.

string parent_display_name = 5;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

clearParentName()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearParentName()

The full resource name of resource's parent.

string parent_name = 4;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

clearProjectDisplayName()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearProjectDisplayName()

The human readable name of project that the resource belongs to.

string project_display_name = 3;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

clearProjectName()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clearProjectName()

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

string project_name = 2;

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

clone()

public ListFindingsResponse.ListFindingsResult.Resource.Builder clone()
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder

getFoldersBuilder(int index)

public Folder.Builder getFoldersBuilder(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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder.Builder

getFoldersBuilderList()

public List<Folder.Builder> getFoldersBuilderList()

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.v1p1beta1.Folder folders = 10;

Returns
TypeDescription
List<Builder>

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.v1p1beta1.Folder folders = 10;

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.v1p1beta1.Folder folders = 10;

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.v1p1beta1.Folder folders = 10;

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.v1p1beta1.Folder folders = 10;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1p1beta1.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.

getProjectDisplayName()

public String getProjectDisplayName()

The human readable name of project that the resource belongs to.

string project_display_name = 3;

Returns
TypeDescription
String

The projectDisplayName.

getProjectDisplayNameBytes()

public ByteString getProjectDisplayNameBytes()

The human readable name of project 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListFindingsResponse.ListFindingsResult.Resource other)

public ListFindingsResponse.ListFindingsResult.Resource.Builder mergeFrom(ListFindingsResponse.ListFindingsResult.Resource other)
Parameter
NameDescription
otherListFindingsResponse.ListFindingsResult.Resource
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ListFindingsResponse.ListFindingsResult.Resource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListFindingsResponse.ListFindingsResult.Resource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

removeFolders(int index)

public ListFindingsResponse.ListFindingsResult.Resource.Builder removeFolders(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.v1p1beta1.Folder folders = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

setFolders(int index, Folder value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setFolders(int index, Folder value)

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.v1p1beta1.Folder folders = 10;

Parameters
NameDescription
indexint
valueFolder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

setFolders(int index, Folder.Builder builderForValue)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setFolders(int index, Folder.Builder builderForValue)

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.v1p1beta1.Folder folders = 10;

Parameters
NameDescription
indexint
builderForValueFolder.Builder
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

setName(String value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setName(String value)

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

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setNameBytes(ByteString value)

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

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setParentDisplayName(String value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setParentDisplayName(String value)

The human readable name of resource's parent.

string parent_display_name = 5;

Parameter
NameDescription
valueString

The parentDisplayName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setParentDisplayNameBytes(ByteString value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setParentDisplayNameBytes(ByteString value)

The human readable name of resource's parent.

string parent_display_name = 5;

Parameter
NameDescription
valueByteString

The bytes for parentDisplayName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setParentName(String value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setParentName(String value)

The full resource name of resource's parent.

string parent_name = 4;

Parameter
NameDescription
valueString

The parentName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setParentNameBytes(ByteString value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setParentNameBytes(ByteString value)

The full resource name of resource's parent.

string parent_name = 4;

Parameter
NameDescription
valueByteString

The bytes for parentName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setProjectDisplayName(String value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setProjectDisplayName(String value)

The human readable name of project that the resource belongs to.

string project_display_name = 3;

Parameter
NameDescription
valueString

The projectDisplayName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setProjectDisplayNameBytes(ByteString value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setProjectDisplayNameBytes(ByteString value)

The human readable name of project that the resource belongs to.

string project_display_name = 3;

Parameter
NameDescription
valueByteString

The bytes for projectDisplayName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setProjectName(String value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setProjectName(String value)

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

string project_name = 2;

Parameter
NameDescription
valueString

The projectName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setProjectNameBytes(ByteString value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setProjectNameBytes(ByteString value)

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

string project_name = 2;

Parameter
NameDescription
valueByteString

The bytes for projectName to set.

Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListFindingsResponse.ListFindingsResult.Resource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListFindingsResponse.ListFindingsResult.Resource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFindingsResponse.ListFindingsResult.Resource.Builder
Overrides