Class Resource.Builder (2.9.0)

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

Information related to the Google Cloud resource.

Protobuf type google.cloud.securitycenter.v1.Resource

Implements

ResourceOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllFolders(Iterable<? extends Folder> values)

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

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

addFolders(Folder value)

public Resource.Builder addFolders(Folder value)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueFolder
Returns
TypeDescription
Resource.Builder

addFolders(Folder.Builder builderForValue)

public Resource.Builder addFolders(Folder.Builder builderForValue)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueFolder.Builder
Returns
TypeDescription
Resource.Builder

addFolders(int index, Folder value)

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

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueFolder
Returns
TypeDescription
Resource.Builder

addFolders(int index, Folder.Builder builderForValue)

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

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueFolder.Builder
Returns
TypeDescription
Resource.Builder

addFoldersBuilder()

public Folder.Builder addFoldersBuilder()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Folder.Builder

addFoldersBuilder(int index)

public Folder.Builder addFoldersBuilder(int index)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Resource build()
Returns
TypeDescription
Resource

buildPartial()

public Resource buildPartial()
Returns
TypeDescription
Resource

clear()

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

clearDisplayName()

public Resource.Builder clearDisplayName()

The human readable name of the resource.

string display_name = 8;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearFolders()

public Resource.Builder clearFolders()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Resource.Builder

clearName()

public 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
Resource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public Resource.Builder clearParent()

The full resource name of resource's parent.

string parent = 4;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clearParentDisplayName()

public Resource.Builder clearParentDisplayName()

The human readable name of resource's parent.

string parent_display_name = 5;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clearProject()

public Resource.Builder clearProject()

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

string project = 2;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clearProjectDisplayName()

public Resource.Builder clearProjectDisplayName()

The project ID that the resource belongs to.

string project_display_name = 3;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clearType()

public Resource.Builder clearType()

The full resource type of the resource.

string type = 6;

Returns
TypeDescription
Resource.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public Resource getDefaultInstanceForType()
Returns
TypeDescription
Resource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder

getFoldersBuilder(int index)

public Folder.Builder getFoldersBuilder(int index)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Folder.Builder

getFoldersBuilderList()

public List<Folder.Builder> getFoldersBuilderList()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Builder>

getFoldersCount()

public int getFoldersCount()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getFoldersList()

public List<Folder> getFoldersList()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Folder>

getFoldersOrBuilder(int index)

public FolderOrBuilder getFoldersOrBuilder(int index)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
FolderOrBuilder

getFoldersOrBuilderList()

public List<? extends FolderOrBuilder> getFoldersOrBuilderList()

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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.

getParent()

public String getParent()

The full resource name of resource's parent.

string parent = 4;

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

The full resource name of resource's parent.

string parent = 4;

Returns
TypeDescription
ByteString

The bytes for parent.

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.

getProject()

public String getProject()

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

string project = 2;

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

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

string project = 2;

Returns
TypeDescription
ByteString

The bytes for project.

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Resource other)

public Resource.Builder mergeFrom(Resource other)
Parameter
NameDescription
otherResource
Returns
TypeDescription
Resource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeFolders(int index)

public Resource.Builder removeFolders(int index)

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Resource.Builder

setDisplayName(String value)

public Resource.Builder setDisplayName(String value)

The human readable name of the resource.

string display_name = 8;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public Resource.Builder setDisplayNameBytes(ByteString value)

The human readable name of the resource.

string display_name = 8;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setFolders(int index, Folder value)

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

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueFolder
Returns
TypeDescription
Resource.Builder

setFolders(int index, Folder.Builder builderForValue)

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

Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueFolder.Builder
Returns
TypeDescription
Resource.Builder

setName(String value)

public 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
Resource.Builder

This builder for chaining.

setNameBytes(ByteString value)

public 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
Resource.Builder

This builder for chaining.

setParent(String value)

public Resource.Builder setParent(String value)

The full resource name of resource's parent.

string parent = 4;

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setParentBytes(ByteString value)

public Resource.Builder setParentBytes(ByteString value)

The full resource name of resource's parent.

string parent = 4;

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setParentDisplayName(String value)

public 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
Resource.Builder

This builder for chaining.

setParentDisplayNameBytes(ByteString value)

public 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
Resource.Builder

This builder for chaining.

setProject(String value)

public Resource.Builder setProject(String value)

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

string project = 2;

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public Resource.Builder setProjectBytes(ByteString value)

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

string project = 2;

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setProjectDisplayName(String value)

public Resource.Builder setProjectDisplayName(String value)

The project ID that the resource belongs to.

string project_display_name = 3;

Parameter
NameDescription
valueString

The projectDisplayName to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setProjectDisplayNameBytes(ByteString value)

public Resource.Builder setProjectDisplayNameBytes(ByteString value)

The project ID that the resource belongs to.

string project_display_name = 3;

Parameter
NameDescription
valueByteString

The bytes for projectDisplayName to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

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

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

setType(String value)

public Resource.Builder setType(String value)

The full resource type of the resource.

string type = 6;

Parameter
NameDescription
valueString

The type to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Resource.Builder setTypeBytes(ByteString value)

The full resource type of the resource.

string type = 6;

Parameter
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
Resource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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