Interface TensorboardBlobSequenceOrBuilder

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

@Generated public interface TensorboardBlobSequenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    List of blobs contained within the sequence.
    int
    List of blobs contained within the sequence.
    List of blobs contained within the sequence.
    getValuesOrBuilder(int index)
    List of blobs contained within the sequence.
    List of blobs contained within the sequence.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValuesList

      List<TensorboardBlob> getValuesList()
       List of blobs contained within the sequence.
       
      repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
    • getValues

      TensorboardBlob getValues(int index)
       List of blobs contained within the sequence.
       
      repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
    • getValuesCount

      int getValuesCount()
       List of blobs contained within the sequence.
       
      repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
    • getValuesOrBuilderList

      List<? extends TensorboardBlobOrBuilder> getValuesOrBuilderList()
       List of blobs contained within the sequence.
       
      repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;
    • getValuesOrBuilder

      TensorboardBlobOrBuilder getValuesOrBuilder(int index)
       List of blobs contained within the sequence.
       
      repeated .google.cloud.aiplatform.v1.TensorboardBlob values = 1;