Class FeatureViewDirectWriteResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse
All Implemented Interfaces:
FeatureViewDirectWriteResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class FeatureViewDirectWriteResponse extends com.google.protobuf.GeneratedMessage implements FeatureViewDirectWriteResponseOrBuilder
 Response message for
 [FeatureOnlineStoreService.FeatureViewDirectWrite][google.cloud.aiplatform.v1.FeatureOnlineStoreService.FeatureViewDirectWrite].
 
Protobuf type google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse
See Also:
  • Field Details

    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • WRITE_RESPONSES_FIELD_NUMBER

      public static final int WRITE_RESPONSES_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasStatus

      public boolean hasStatus()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
      Specified by:
      hasStatus in interface FeatureViewDirectWriteResponseOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public Status getStatus()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
      Specified by:
      getStatus in interface FeatureViewDirectWriteResponseOrBuilder
      Returns:
      The status.
    • getStatusOrBuilder

      public StatusOrBuilder getStatusOrBuilder()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
      Specified by:
      getStatusOrBuilder in interface FeatureViewDirectWriteResponseOrBuilder
    • getWriteResponsesList

      public List<FeatureViewDirectWriteResponse.WriteResponse> getWriteResponsesList()
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
      Specified by:
      getWriteResponsesList in interface FeatureViewDirectWriteResponseOrBuilder
    • getWriteResponsesOrBuilderList

      public List<? extends FeatureViewDirectWriteResponse.WriteResponseOrBuilder> getWriteResponsesOrBuilderList()
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
      Specified by:
      getWriteResponsesOrBuilderList in interface FeatureViewDirectWriteResponseOrBuilder
    • getWriteResponsesCount

      public int getWriteResponsesCount()
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
      Specified by:
      getWriteResponsesCount in interface FeatureViewDirectWriteResponseOrBuilder
    • getWriteResponses

      public FeatureViewDirectWriteResponse.WriteResponse getWriteResponses(int index)
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
      Specified by:
      getWriteResponses in interface FeatureViewDirectWriteResponseOrBuilder
    • getWriteResponsesOrBuilder

      public FeatureViewDirectWriteResponse.WriteResponseOrBuilder getWriteResponsesOrBuilder(int index)
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
      Specified by:
      getWriteResponsesOrBuilder in interface FeatureViewDirectWriteResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureViewDirectWriteResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureViewDirectWriteResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewDirectWriteResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public FeatureViewDirectWriteResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static FeatureViewDirectWriteResponse.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FeatureViewDirectWriteResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static FeatureViewDirectWriteResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FeatureViewDirectWriteResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<FeatureViewDirectWriteResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public FeatureViewDirectWriteResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder