Class CreateFeatureRequest (3.42.0)

public final class CreateFeatureRequest extends GeneratedMessageV3 implements CreateFeatureRequestOrBuilder

Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.

Protobuf type google.cloud.aiplatform.v1beta1.CreateFeatureRequest

Static Fields

FEATURE_FIELD_NUMBER

public static final int FEATURE_FIELD_NUMBER
Field Value
TypeDescription
int

FEATURE_ID_FIELD_NUMBER

public static final int FEATURE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateFeatureRequest getDefaultInstance()
Returns
TypeDescription
CreateFeatureRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateFeatureRequest.Builder newBuilder()
Returns
TypeDescription
CreateFeatureRequest.Builder

newBuilder(CreateFeatureRequest prototype)

public static CreateFeatureRequest.Builder newBuilder(CreateFeatureRequest prototype)
Parameter
NameDescription
prototypeCreateFeatureRequest
Returns
TypeDescription
CreateFeatureRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateFeatureRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateFeatureRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateFeatureRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateFeatureRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateFeatureRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateFeatureRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateFeatureRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateFeatureRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateFeatureRequest> parser()
Returns
TypeDescription
Parser<CreateFeatureRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreateFeatureRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateFeatureRequest

getFeature()

public Feature getFeature()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Feature

The feature.

getFeatureId()

public String getFeatureId()

Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within an EntityType/FeatureGroup.

string feature_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The featureId.

getFeatureIdBytes()

public ByteString getFeatureIdBytes()

Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within an EntityType/FeatureGroup.

string feature_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for featureId.

getFeatureOrBuilder()

public FeatureOrBuilder getFeatureOrBuilder()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureOrBuilder

getParent()

public String getParent()

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateFeatureRequest> getParserForType()
Returns
TypeDescription
Parser<CreateFeatureRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasFeature()

public boolean hasFeature()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the feature field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateFeatureRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateFeatureRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateFeatureRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateFeatureRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateFeatureRequest.Builder toBuilder()
Returns
TypeDescription
CreateFeatureRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException