public final class BatchCreateFeaturesRequest extends GeneratedMessageV3 implements BatchCreateFeaturesRequestOrBuilder
Request message for
FeaturestoreService.BatchCreateFeatures.
Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateFeaturesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int REQUESTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static BatchCreateFeaturesRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BatchCreateFeaturesRequest.Builder newBuilder()
public static BatchCreateFeaturesRequest.Builder newBuilder(BatchCreateFeaturesRequest prototype)
public static BatchCreateFeaturesRequest parseDelimitedFrom(InputStream input)
public static BatchCreateFeaturesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateFeaturesRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static BatchCreateFeaturesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateFeaturesRequest parseFrom(ByteString data)
public static BatchCreateFeaturesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateFeaturesRequest parseFrom(CodedInputStream input)
public static BatchCreateFeaturesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateFeaturesRequest parseFrom(InputStream input)
public static BatchCreateFeaturesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateFeaturesRequest parseFrom(ByteBuffer data)
public static BatchCreateFeaturesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BatchCreateFeaturesRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public BatchCreateFeaturesRequest getDefaultInstanceForType()
public String getParent()
Required. The resource name of the EntityType to create the batch of
Features under. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. The resource name of the EntityType to create the batch of
Features under. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
public Parser<BatchCreateFeaturesRequest> getParserForType()
Overrides
public CreateFeatureRequest getRequests(int index)
Required. The request message specifying the Features to create. All
Features must be created under the same parent EntityType. The parent
field in each child request message can be omitted. If parent
is set in a
child request, then the value must match the parent
value in this request
message.
repeated .google.cloud.aiplatform.v1beta1.CreateFeatureRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public int getRequestsCount()
Required. The request message specifying the Features to create. All
Features must be created under the same parent EntityType. The parent
field in each child request message can be omitted. If parent
is set in a
child request, then the value must match the parent
value in this request
message.
repeated .google.cloud.aiplatform.v1beta1.CreateFeatureRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
|
public List<CreateFeatureRequest> getRequestsList()
Required. The request message specifying the Features to create. All
Features must be created under the same parent EntityType. The parent
field in each child request message can be omitted. If parent
is set in a
child request, then the value must match the parent
value in this request
message.
repeated .google.cloud.aiplatform.v1beta1.CreateFeatureRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateFeatureRequestOrBuilder getRequestsOrBuilder(int index)
Required. The request message specifying the Features to create. All
Features must be created under the same parent EntityType. The parent
field in each child request message can be omitted. If parent
is set in a
child request, then the value must match the parent
value in this request
message.
repeated .google.cloud.aiplatform.v1beta1.CreateFeatureRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public List<? extends CreateFeatureRequestOrBuilder> getRequestsOrBuilderList()
Required. The request message specifying the Features to create. All
Features must be created under the same parent EntityType. The parent
field in each child request message can be omitted. If parent
is set in a
child request, then the value must match the parent
value in this request
message.
repeated .google.cloud.aiplatform.v1beta1.CreateFeatureRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.CreateFeatureRequestOrBuilder> |
|
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchCreateFeaturesRequest.Builder newBuilderForType()
protected BatchCreateFeaturesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public BatchCreateFeaturesRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides