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.v1.GroundingAttribution.Web
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public GroundingAttribution.Web.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GroundingAttribution.Web build()
public GroundingAttribution.Web buildPartial()
public GroundingAttribution.Web.Builder clear()
Overrides
public GroundingAttribution.Web.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public GroundingAttribution.Web.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public GroundingAttribution.Web.Builder clearTitle()
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GroundingAttribution.Web.Builder clearUri()
Output only. URI reference of the attribution.
string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GroundingAttribution.Web.Builder clone()
Overrides
public GroundingAttribution.Web getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The title.
|
public ByteString getTitleBytes()
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for title.
|
Output only. URI reference of the attribution.
string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The uri.
|
public ByteString getUriBytes()
Output only. URI reference of the attribution.
string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for uri.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public GroundingAttribution.Web.Builder mergeFrom(GroundingAttribution.Web other)
public GroundingAttribution.Web.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public GroundingAttribution.Web.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final GroundingAttribution.Web.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public GroundingAttribution.Web.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GroundingAttribution.Web.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public GroundingAttribution.Web.Builder setTitle(String value)
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
String
The title to set.
|
public GroundingAttribution.Web.Builder setTitleBytes(ByteString value)
Output only. Title of the attribution.
string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
ByteString
The bytes for title to set.
|
public final GroundingAttribution.Web.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public GroundingAttribution.Web.Builder setUri(String value)
Output only. URI reference of the attribution.
string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
String
The uri to set.
|
public GroundingAttribution.Web.Builder setUriBytes(ByteString value)
Output only. URI reference of the attribution.
string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
ByteString
The bytes for uri to set.
|