Interface GenericOperationMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenericOperationMetadata, GenericOperationMetadata.Builder

@Generated public interface GenericOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPartialFailuresList

      List<Status> getPartialFailuresList()
       Output only. Partial failures encountered.
       E.g. single files that couldn't be read.
       This field should never exceed 20 entries.
       Status details field will contain standard Google Cloud error details.
       
      repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPartialFailures

      Status getPartialFailures(int index)
       Output only. Partial failures encountered.
       E.g. single files that couldn't be read.
       This field should never exceed 20 entries.
       Status details field will contain standard Google Cloud error details.
       
      repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPartialFailuresCount

      int getPartialFailuresCount()
       Output only. Partial failures encountered.
       E.g. single files that couldn't be read.
       This field should never exceed 20 entries.
       Status details field will contain standard Google Cloud error details.
       
      repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPartialFailuresOrBuilderList

      List<? extends StatusOrBuilder> getPartialFailuresOrBuilderList()
       Output only. Partial failures encountered.
       E.g. single files that couldn't be read.
       This field should never exceed 20 entries.
       Status details field will contain standard Google Cloud error details.
       
      repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPartialFailuresOrBuilder

      StatusOrBuilder getPartialFailuresOrBuilder(int index)
       Output only. Partial failures encountered.
       E.g. single files that couldn't be read.
       This field should never exceed 20 entries.
       Status details field will contain standard Google Cloud error details.
       
      repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasCreateTime

      boolean hasCreateTime()
       Output only. Time when the operation was created.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      com.google.protobuf.Timestamp getCreateTime()
       Output only. Time when the operation was created.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Time when the operation was created.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasUpdateTime

      boolean hasUpdateTime()
       Output only. Time when the operation was updated for the last time.
       If the operation has finished (successfully or not), this is the finish
       time.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      com.google.protobuf.Timestamp getUpdateTime()
       Output only. Time when the operation was updated for the last time.
       If the operation has finished (successfully or not), this is the finish
       time.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Time when the operation was updated for the last time.
       If the operation has finished (successfully or not), this is the finish
       time.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];