Class GroundingAttribution.Web.Builder (3.42.0)

public static final class GroundingAttribution.Web.Builder extends GeneratedMessageV3.Builder<GroundingAttribution.Web.Builder> implements GroundingAttribution.WebOrBuilder

Attribution from the web.

Protobuf type google.cloud.aiplatform.v1beta1.GroundingAttribution.Web

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GroundingAttribution.Web build()
Returns
TypeDescription
GroundingAttribution.Web

buildPartial()

public GroundingAttribution.Web buildPartial()
Returns
TypeDescription
GroundingAttribution.Web

clear()

public GroundingAttribution.Web.Builder clear()
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GroundingAttribution.Web.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GroundingAttribution.Web.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

clearTitle()

public GroundingAttribution.Web.Builder clearTitle()

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.

clearUri()

public GroundingAttribution.Web.Builder clearUri()

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.

clone()

public GroundingAttribution.Web.Builder clone()
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

getDefaultInstanceForType()

public GroundingAttribution.Web getDefaultInstanceForType()
Returns
TypeDescription
GroundingAttribution.Web

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getTitle()

public String getTitle()

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for title.

getUri()

public String getUri()

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GroundingAttribution.Web other)

public GroundingAttribution.Web.Builder mergeFrom(GroundingAttribution.Web other)
Parameter
NameDescription
otherGroundingAttribution.Web
Returns
TypeDescription
GroundingAttribution.Web.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public GroundingAttribution.Web.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GroundingAttribution.Web.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GroundingAttribution.Web.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

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

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

setTitle(String value)

public GroundingAttribution.Web.Builder setTitle(String value)

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The title to set.

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.

setTitleBytes(ByteString value)

public GroundingAttribution.Web.Builder setTitleBytes(ByteString value)

Output only. Title of the attribution.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for title to set.

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GroundingAttribution.Web.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GroundingAttribution.Web.Builder
Overrides

setUri(String value)

public GroundingAttribution.Web.Builder setUri(String value)

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The uri to set.

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.

setUriBytes(ByteString value)

public GroundingAttribution.Web.Builder setUriBytes(ByteString value)

Output only. URI reference of the attribution.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for uri to set.

Returns
TypeDescription
GroundingAttribution.Web.Builder

This builder for chaining.