public static final class CreateFeaturestoreRequest.Builder extends GeneratedMessageV3.Builder<CreateFeaturestoreRequest.Builder> implements CreateFeaturestoreRequestOrBuilder
Request message for
FeaturestoreService.CreateFeaturestore.
Protobuf type google.cloud.aiplatform.v1beta1.CreateFeaturestoreRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public CreateFeaturestoreRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateFeaturestoreRequest build()
public CreateFeaturestoreRequest buildPartial()
public CreateFeaturestoreRequest.Builder clear()
Overrides
public CreateFeaturestoreRequest.Builder clearFeaturestore()
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateFeaturestoreRequest.Builder clearFeaturestoreId()
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];
public CreateFeaturestoreRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CreateFeaturestoreRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CreateFeaturestoreRequest.Builder clearParent()
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) = { ... }
public CreateFeaturestoreRequest.Builder clone()
Overrides
public CreateFeaturestoreRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Featurestore getFeaturestore()
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
public Featurestore.Builder getFeaturestoreBuilder()
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
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 |
---|
Type | Description |
String | The featurestoreId.
|
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 |
---|
Type | Description |
ByteString | The bytes for featurestoreId.
|
public FeaturestoreOrBuilder getFeaturestoreOrBuilder()
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
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 |
---|
Type | Description |
String | The parent.
|
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 |
---|
Type | Description |
ByteString | The bytes for parent.
|
public boolean hasFeaturestore()
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the featurestore field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CreateFeaturestoreRequest.Builder mergeFeaturestore(Featurestore value)
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateFeaturestoreRequest.Builder mergeFrom(CreateFeaturestoreRequest other)
public CreateFeaturestoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CreateFeaturestoreRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final CreateFeaturestoreRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CreateFeaturestoreRequest.Builder setFeaturestore(Featurestore value)
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateFeaturestoreRequest.Builder setFeaturestore(Featurestore.Builder builderForValue)
Required. The Featurestore to create.
.google.cloud.aiplatform.v1beta1.Featurestore featurestore = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateFeaturestoreRequest.Builder setFeaturestoreId(String value)
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];
Parameter |
---|
Name | Description |
value | String
The featurestoreId to set.
|
public CreateFeaturestoreRequest.Builder setFeaturestoreIdBytes(ByteString value)
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];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for featurestoreId to set.
|
public CreateFeaturestoreRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateFeaturestoreRequest.Builder setParent(String value)
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) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
public CreateFeaturestoreRequest.Builder setParentBytes(ByteString value)
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) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
public CreateFeaturestoreRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final CreateFeaturestoreRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides