Class ConditionContext.Resource.Builder (1.40.0)

public static final class ConditionContext.Resource.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ConditionContext.Resource build()
Returns
TypeDescription
ConditionContext.Resource

buildPartial()

public ConditionContext.Resource buildPartial()
Returns
TypeDescription
ConditionContext.Resource

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ConditionContext.Resource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ConditionContext.Resource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

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
TypeDescription
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
TypeDescription
ConditionContext.Resource.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ConditionContext.Resource getDefaultInstanceForType()
Returns
TypeDescription
ConditionContext.Resource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
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(ConditionContext.Resource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public ConditionContext.Resource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ConditionContext.Resource.Builder

This builder for chaining.

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

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

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
NameDescription
valueString

The service to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
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
NameDescription
valueString

The type to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
ConditionContext.Resource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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