public static final class IdMatcher.Builder extends GeneratedMessageV3.Builder<IdMatcher.Builder> implements IdMatcherOrBuilder
Matcher for Features of an EntityType by Feature ID.
Protobuf type google.cloud.aiplatform.v1.IdMatcher
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
public IdMatcher.Builder addAllIds(Iterable<String> values)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public IdMatcher.Builder addIds(String value)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | String
The ids to add.
|
Returns
public IdMatcher.Builder addIdsBytes(ByteString value)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
value | ByteString
The bytes of the ids to add.
|
Returns
public IdMatcher.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
Returns
public IdMatcher buildPartial()
Returns
public IdMatcher.Builder clear()
Returns
Overrides
public IdMatcher.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public IdMatcher.Builder clearIds()
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public IdMatcher.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public IdMatcher.Builder clone()
Returns
Overrides
public IdMatcher getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public String getIds(int index)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The ids at the given index.
|
public ByteString getIdsBytes(int index)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the ids at the given index.
|
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
int | The count of ids.
|
public ProtocolStringList getIdsList()
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public IdMatcher.Builder mergeFrom(IdMatcher other)
Parameter
Returns
public IdMatcher.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public IdMatcher.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final IdMatcher.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public IdMatcher.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public IdMatcher.Builder setIds(int index, String value)
Required. The following are accepted as ids
:
- A single-element list containing only
*
, which selects all Features
in the target EntityType, or
- A list containing only Feature IDs, which selects only Features with
those IDs in the target EntityType.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters
Name | Description |
index | int
The index to set the value at.
|
value | String
The ids to set.
|
Returns
public IdMatcher.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final IdMatcher.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides