public final class CreateFeatureViewOperationMetadata extends GeneratedMessage implements CreateFeatureViewOperationMetadataOrBuilderDetails of operations that perform create FeatureView.
Protobuf type google.cloud.aiplatform.v1beta1.CreateFeatureViewOperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CreateFeatureViewOperationMetadataImplements
CreateFeatureViewOperationMetadataOrBuilderStatic Fields
GENERIC_METADATA_FIELD_NUMBER
public static final int GENERIC_METADATA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateFeatureViewOperationMetadata getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static CreateFeatureViewOperationMetadata.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata.Builder |
|
newBuilder(CreateFeatureViewOperationMetadata prototype)
public static CreateFeatureViewOperationMetadata.Builder newBuilder(CreateFeatureViewOperationMetadata prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
CreateFeatureViewOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata.Builder |
|
parseDelimitedFrom(InputStream input)
public static CreateFeatureViewOperationMetadata parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static CreateFeatureViewOperationMetadata parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static CreateFeatureViewOperationMetadata parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static CreateFeatureViewOperationMetadata parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static CreateFeatureViewOperationMetadata parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static CreateFeatureViewOperationMetadata parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateFeatureViewOperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<CreateFeatureViewOperationMetadata> parser()| Returns | |
|---|---|
| Type | Description |
Parser<CreateFeatureViewOperationMetadata> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public CreateFeatureViewOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata |
|
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()Operation metadata for FeatureView Create.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Operation metadata for FeatureView Create.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
getParserForType()
public Parser<CreateFeatureViewOperationMetadata> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<CreateFeatureViewOperationMetadata> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasGenericMetadata()
public boolean hasGenericMetadata()Operation metadata for FeatureView Create.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the genericMetadata field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public CreateFeatureViewOperationMetadata.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected CreateFeatureViewOperationMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata.Builder |
|
toBuilder()
public CreateFeatureViewOperationMetadata.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
CreateFeatureViewOperationMetadata.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|