Class CreateFeatureGroupRequest (3.42.0)

public final class CreateFeatureGroupRequest extends GeneratedMessageV3 implements CreateFeatureGroupRequestOrBuilder

Request message for FeatureRegistryService.CreateFeatureGroup.

Protobuf type google.cloud.aiplatform.v1.CreateFeatureGroupRequest

Static Fields

FEATURE_GROUP_FIELD_NUMBER

public static final int FEATURE_GROUP_FIELD_NUMBER
Field Value
TypeDescription
int

FEATURE_GROUP_ID_FIELD_NUMBER

public static final int FEATURE_GROUP_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 CreateFeatureGroupRequest getDefaultInstance()
Returns
TypeDescription
CreateFeatureGroupRequest

getDescriptor()

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

newBuilder()

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

newBuilder(CreateFeatureGroupRequest prototype)

public static CreateFeatureGroupRequest.Builder newBuilder(CreateFeatureGroupRequest prototype)
Parameter
NameDescription
prototypeCreateFeatureGroupRequest
Returns
TypeDescription
CreateFeatureGroupRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateFeatureGroupRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateFeatureGroupRequest

getFeatureGroup()

public FeatureGroup getFeatureGroup()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureGroup

The featureGroup.

getFeatureGroupId()

public String getFeatureGroupId()

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

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

The value must be unique within the project and location.

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

Returns
TypeDescription
String

The featureGroupId.

getFeatureGroupIdBytes()

public ByteString getFeatureGroupIdBytes()

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

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

The value must be unique within the project and location.

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

Returns
TypeDescription
ByteString

The bytes for featureGroupId.

getFeatureGroupOrBuilder()

public FeatureGroupOrBuilder getFeatureGroupOrBuilder()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureGroupOrBuilder

getParent()

public String getParent()

Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}'

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 Location to create FeatureGroups. Format: projects/{project}/locations/{location}'

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

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasFeatureGroup()

public boolean hasFeatureGroup()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the featureGroup 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 CreateFeatureGroupRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateFeatureGroupRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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