public final class BatchCreateFeaturesRequest extends GeneratedMessageV3 implements BatchCreateFeaturesRequestOrBuilder
Request message for FeaturestoreService.BatchCreateFeatures.
Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateFeaturesRequest
Static Fields
public static final int PARENT_FIELD_NUMBER
Field Value
public static final int REQUESTS_FIELD_NUMBER
Field Value
Static Methods
public static BatchCreateFeaturesRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static BatchCreateFeaturesRequest.Builder newBuilder()
Returns
public static BatchCreateFeaturesRequest.Builder newBuilder(BatchCreateFeaturesRequest prototype)
Parameter
Returns
public static BatchCreateFeaturesRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateFeaturesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static BatchCreateFeaturesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<BatchCreateFeaturesRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public BatchCreateFeaturesRequest getDefaultInstanceForType()
Returns
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
public Parser<BatchCreateFeaturesRequest> getParserForType()
Returns
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
Returns
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
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];
Returns
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
Returns
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
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public BatchCreateFeaturesRequest.Builder newBuilderForType()
Returns
protected BatchCreateFeaturesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public BatchCreateFeaturesRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions