Class IamPolicyAnalysisQuery.ResourceSelector.Builder (3.87.0)

public static final class IamPolicyAnalysisQuery.ResourceSelector.Builder extends GeneratedMessage.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

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

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.

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 GeneratedMessage.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

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.