public static final class VertexAi.Dataset.Builder extends GeneratedMessageV3.Builder<VertexAi.Dataset.Builder> implements VertexAi.DatasetOrBuilderVertex AI dataset associated with the finding.
Protobuf type google.cloud.securitycenter.v2.VertexAi.Dataset
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VertexAi.Dataset.BuilderImplements
VertexAi.DatasetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VertexAi.Dataset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
build()
public VertexAi.Dataset build()| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset |
|
buildPartial()
public VertexAi.Dataset buildPartial()| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset |
|
clear()
public VertexAi.Dataset.Builder clear()| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
clearDisplayName()
public VertexAi.Dataset.Builder clearDisplayName()The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public VertexAi.Dataset.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
clearName()
public VertexAi.Dataset.Builder clearName()Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VertexAi.Dataset.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
clearSource()
public VertexAi.Dataset.Builder clearSource()Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
clone()
public VertexAi.Dataset.Builder clone()| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
getDefaultInstanceForType()
public VertexAi.Dataset getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public String getName()Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSource()
public String getSource()Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The source. |
getSourceBytes()
public ByteString getSourceBytes()Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for source. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VertexAi.Dataset other)
public VertexAi.Dataset.Builder mergeFrom(VertexAi.Dataset other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexAi.Dataset |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VertexAi.Dataset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VertexAi.Dataset.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VertexAi.Dataset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
setDisplayName(String value)
public VertexAi.Dataset.Builder setDisplayName(String value)The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public VertexAi.Dataset.Builder setDisplayNameBytes(ByteString value)The user defined display name of dataset, e.g. plants-dataset
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public VertexAi.Dataset.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
setName(String value)
public VertexAi.Dataset.Builder setName(String value)Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public VertexAi.Dataset.Builder setNameBytes(ByteString value)Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VertexAi.Dataset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|
setSource(String value)
public VertexAi.Dataset.Builder setSource(String value)Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe source to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setSourceBytes(ByteString value)
public VertexAi.Dataset.Builder setSourceBytes(ByteString value)Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod
string source = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for source to set. |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final VertexAi.Dataset.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
VertexAi.Dataset.Builder |
|