Class IamPolicyAnalysisQuery.ResourceSelector.Builder (3.47.0)

public static final class IamPolicyAnalysisQuery.ResourceSelector.Builder extends GeneratedMessageV3.Builder<IamPolicyAnalysisQuery.ResourceSelector.Builder> implements IamPolicyAnalysisQuery.ResourceSelectorOrBuilder

Specifies the resource to analyze for access policies, which may be set directly on the resource, or on ancestors such as organizations, folders or projects.

Protobuf type google.cloud.asset.v1.IamPolicyAnalysisQuery.ResourceSelector

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public IamPolicyAnalysisQuery.ResourceSelector.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

build()

public IamPolicyAnalysisQuery.ResourceSelector build()
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector

buildPartial()

public IamPolicyAnalysisQuery.ResourceSelector buildPartial()
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector

clear()

public IamPolicyAnalysisQuery.ResourceSelector.Builder clear()
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public IamPolicyAnalysisQuery.ResourceSelector.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

clearFullResourceName()

public IamPolicyAnalysisQuery.ResourceSelector.Builder clearFullResourceName()

Required. The full resource name of a resource of supported resource types.

string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public IamPolicyAnalysisQuery.ResourceSelector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

clone()

public IamPolicyAnalysisQuery.ResourceSelector.Builder clone()
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

getDefaultInstanceForType()

public IamPolicyAnalysisQuery.ResourceSelector getDefaultInstanceForType()
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFullResourceName()

public String getFullResourceName()

Required. The full resource name of a resource of supported resource types.

string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The fullResourceName.

getFullResourceNameBytes()

public ByteString getFullResourceNameBytes()

Required. The full resource name of a resource of supported resource types.

string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for fullResourceName.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IamPolicyAnalysisQuery.ResourceSelector other)

public IamPolicyAnalysisQuery.ResourceSelector.Builder mergeFrom(IamPolicyAnalysisQuery.ResourceSelector other)
Parameter
Name Description
other IamPolicyAnalysisQuery.ResourceSelector
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IamPolicyAnalysisQuery.ResourceSelector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public IamPolicyAnalysisQuery.ResourceSelector.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IamPolicyAnalysisQuery.ResourceSelector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public IamPolicyAnalysisQuery.ResourceSelector.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

setFullResourceName(String value)

public IamPolicyAnalysisQuery.ResourceSelector.Builder setFullResourceName(String value)

Required. The full resource name of a resource of supported resource types.

string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The fullResourceName to set.

Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder

This builder for chaining.

setFullResourceNameBytes(ByteString value)

public IamPolicyAnalysisQuery.ResourceSelector.Builder setFullResourceNameBytes(ByteString value)

Required. The full resource name of a resource of supported resource types.

string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for fullResourceName to set.

Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder

This builder for chaining.

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

public IamPolicyAnalysisQuery.ResourceSelector.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final IamPolicyAnalysisQuery.ResourceSelector.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IamPolicyAnalysisQuery.ResourceSelector.Builder
Overrides