public final class DeleteFeaturestoreRequest extends GeneratedMessageV3 implements DeleteFeaturestoreRequestOrBuilder
Request message for FeaturestoreService.DeleteFeaturestore.
Protobuf type google.cloud.aiplatform.v1beta1.DeleteFeaturestoreRequest
Static Fields
public static final int FORCE_FIELD_NUMBER
Field Value
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
public static DeleteFeaturestoreRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static DeleteFeaturestoreRequest.Builder newBuilder()
Returns
public static DeleteFeaturestoreRequest.Builder newBuilder(DeleteFeaturestoreRequest prototype)
Parameter
Returns
public static DeleteFeaturestoreRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteFeaturestoreRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static DeleteFeaturestoreRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<DeleteFeaturestoreRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public DeleteFeaturestoreRequest getDefaultInstanceForType()
Returns
public boolean getForce()
If set to true, any EntityTypes and Features for this Featurestore will
also be deleted. (Otherwise, the request will only work if the Featurestore
has no EntityTypes.)
bool force = 2;
Returns
Required. The name of the Featurestore to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Required. The name of the Featurestore to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<DeleteFeaturestoreRequest> getParserForType()
Returns
Overrides
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 DeleteFeaturestoreRequest.Builder newBuilderForType()
Returns
protected DeleteFeaturestoreRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public DeleteFeaturestoreRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions