Class CreateFeaturestoreRequest (3.42.0)

public final class CreateFeaturestoreRequest extends GeneratedMessageV3 implements CreateFeaturestoreRequestOrBuilder

Request message for FeaturestoreService.CreateFeaturestore.

Protobuf type google.cloud.aiplatform.v1beta1.CreateFeaturestoreRequest

Static Fields

FEATURESTORE_FIELD_NUMBER

public static final int FEATURESTORE_FIELD_NUMBER
Field Value
TypeDescription
int

FEATURESTORE_ID_FIELD_NUMBER

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

getDescriptor()

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

newBuilder()

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

newBuilder(CreateFeaturestoreRequest prototype)

public static CreateFeaturestoreRequest.Builder newBuilder(CreateFeaturestoreRequest prototype)
Parameter
NameDescription
prototypeCreateFeaturestoreRequest
Returns
TypeDescription
CreateFeaturestoreRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateFeaturestoreRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateFeaturestoreRequest

getFeaturestore()

public Featurestore getFeaturestore()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Featurestore

The featurestore.

getFeaturestoreId()

public String getFeaturestoreId()

Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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 featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The featurestoreId.

getFeaturestoreIdBytes()

public ByteString getFeaturestoreIdBytes()

Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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 featurestore_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for featurestoreId.

getFeaturestoreOrBuilder()

public FeaturestoreOrBuilder getFeaturestoreOrBuilder()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeaturestoreOrBuilder

getParent()

public String getParent()

Required. The resource name of the Location to create Featurestores. 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 Featurestores. 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<CreateFeaturestoreRequest> getParserForType()
Returns
TypeDescription
Parser<CreateFeaturestoreRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasFeaturestore()

public boolean hasFeaturestore()

Required. The Featurestore to create.

.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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