Send feedback
Class CustomConfig.ResourceSelector.Builder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.0 keyboard_arrow_down
public static final class CustomConfig . ResourceSelector . Builder extends GeneratedMessageV3 . Builder<CustomConfig . ResourceSelector . Builder > implements CustomConfig . ResourceSelectorOrBuilder
Resource for selecting resource type.
Protobuf type google.cloud.securityposture.v1.CustomConfig.ResourceSelector
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllResourceTypes(Iterable<String> values)
public CustomConfig . ResourceSelector . Builder addAllResourceTypes ( Iterable<String> values )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description values
Iterable <String >
The resourceTypes to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CustomConfig . ResourceSelector . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
addResourceTypes(String value)
public CustomConfig . ResourceSelector . Builder addResourceTypes ( String value )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
String
The resourceTypes to add.
addResourceTypesBytes(ByteString value)
public CustomConfig . ResourceSelector . Builder addResourceTypesBytes ( ByteString value )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
ByteString
The bytes of the resourceTypes to add.
build()
public CustomConfig . ResourceSelector build ()
buildPartial()
public CustomConfig . ResourceSelector buildPartial ()
clear()
public CustomConfig . ResourceSelector . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CustomConfig . ResourceSelector . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CustomConfig . ResourceSelector . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearResourceTypes()
public CustomConfig . ResourceSelector . Builder clearResourceTypes ()
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public CustomConfig . ResourceSelector . Builder clone ()
Overrides
getDefaultInstanceForType()
public CustomConfig . ResourceSelector getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getResourceTypes(int index)
public String getResourceTypes ( int index )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The resourceTypes at the given index.
getResourceTypesBytes(int index)
public ByteString getResourceTypesBytes ( int index )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the resourceTypes at the given index.
getResourceTypesCount()
public int getResourceTypesCount ()
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description int
The count of resourceTypes.
getResourceTypesList()
public ProtocolStringList getResourceTypesList ()
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CustomConfig.ResourceSelector other)
public CustomConfig . ResourceSelector . Builder mergeFrom ( CustomConfig . ResourceSelector other )
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CustomConfig . ResourceSelector . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CustomConfig . ResourceSelector . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CustomConfig . ResourceSelector . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CustomConfig . ResourceSelector . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CustomConfig . ResourceSelector . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setResourceTypes(int index, String value)
public CustomConfig . ResourceSelector . Builder setResourceTypes ( int index , String value )
Required. The resource types to run the detector on.
repeated string resource_types = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters Name Description index
int
The index to set the value at.
value
String
The resourceTypes to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final CustomConfig . ResourceSelector . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]