Class ConditionContext.Resource.Builder (1.87.0)

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

Core attributes for a resource. A resource is an addressable (named) entity provided by the destination service. For example, a Compute Engine instance.

Protobuf type google.cloud.policytroubleshooter.iam.v3.ConditionContext.Resource

Static Methods

getDescriptor()

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

Methods

build()

public ConditionContext.Resource build()
Returns
Type Description
ConditionContext.Resource

buildPartial()

public ConditionContext.Resource buildPartial()
Returns
Type Description
ConditionContext.Resource

clear()

public ConditionContext.Resource.Builder clear()
Returns
Type Description
ConditionContext.Resource.Builder
Overrides

clearName()

public ConditionContext.Resource.Builder clearName()

The stable identifier (name) of a resource on the service. A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information.

For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

string name = 2;

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

clearService()

public ConditionContext.Resource.Builder clearService()

The name of the service that this resource belongs to, such as compute.googleapis.com. The service name might not match the DNS hostname that actually serves the request.

For a full list of resource service values, see https://cloud.google.com/iam/help/conditions/resource-services

string service = 1;

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

clearType()

public ConditionContext.Resource.Builder clearType()

The type of the resource, in the format {service}/{kind}.

For a full list of resource type values, see https://cloud.google.com/iam/help/conditions/resource-types

string type = 3;

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

getDefaultInstanceForType()

public ConditionContext.Resource getDefaultInstanceForType()
Returns
Type Description
ConditionContext.Resource

getDescriptorForType()

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

getName()

public String getName()

The stable identifier (name) of a resource on the service. A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information.

For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The stable identifier (name) of a resource on the service. A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information.

For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getService()

public String getService()

The name of the service that this resource belongs to, such as compute.googleapis.com. The service name might not match the DNS hostname that actually serves the request.

For a full list of resource service values, see https://cloud.google.com/iam/help/conditions/resource-services

string service = 1;

Returns
Type Description
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

The name of the service that this resource belongs to, such as compute.googleapis.com. The service name might not match the DNS hostname that actually serves the request.

For a full list of resource service values, see https://cloud.google.com/iam/help/conditions/resource-services

string service = 1;

Returns
Type Description
ByteString

The bytes for service.

getType()

public String getType()

The type of the resource, in the format {service}/{kind}.

For a full list of resource type values, see https://cloud.google.com/iam/help/conditions/resource-types

string type = 3;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The type of the resource, in the format {service}/{kind}.

For a full list of resource type values, see https://cloud.google.com/iam/help/conditions/resource-types

string type = 3;

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ConditionContext.Resource other)

public ConditionContext.Resource.Builder mergeFrom(ConditionContext.Resource other)
Parameter
Name Description
other ConditionContext.Resource
Returns
Type Description
ConditionContext.Resource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ConditionContext.Resource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ConditionContext.Resource.Builder
Overrides

setName(String value)

public ConditionContext.Resource.Builder setName(String value)

The stable identifier (name) of a resource on the service. A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information.

For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

string name = 2;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ConditionContext.Resource.Builder setNameBytes(ByteString value)

The stable identifier (name) of a resource on the service. A resource can be logically identified as //{resource.service}/{resource.name}. Unlike the resource URI, the resource name doesn't contain any protocol and version information.

For a list of full resource name formats, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names

string name = 2;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

setService(String value)

public ConditionContext.Resource.Builder setService(String value)

The name of the service that this resource belongs to, such as compute.googleapis.com. The service name might not match the DNS hostname that actually serves the request.

For a full list of resource service values, see https://cloud.google.com/iam/help/conditions/resource-services

string service = 1;

Parameter
Name Description
value String

The service to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

setServiceBytes(ByteString value)

public ConditionContext.Resource.Builder setServiceBytes(ByteString value)

The name of the service that this resource belongs to, such as compute.googleapis.com. The service name might not match the DNS hostname that actually serves the request.

For a full list of resource service values, see https://cloud.google.com/iam/help/conditions/resource-services

string service = 1;

Parameter
Name Description
value ByteString

The bytes for service to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

setType(String value)

public ConditionContext.Resource.Builder setType(String value)

The type of the resource, in the format {service}/{kind}.

For a full list of resource type values, see https://cloud.google.com/iam/help/conditions/resource-types

string type = 3;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public ConditionContext.Resource.Builder setTypeBytes(ByteString value)

The type of the resource, in the format {service}/{kind}.

For a full list of resource type values, see https://cloud.google.com/iam/help/conditions/resource-types

string type = 3;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
ConditionContext.Resource.Builder

This builder for chaining.