Interface TensorboardBlobOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Optional.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    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

    • getId

      String getId()
       Output only. A URI safe key uniquely identifying a blob. Can be used to
       locate the blob stored in the Cloud Storage bucket of the consumer project.
       
      string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Output only. A URI safe key uniquely identifying a blob. Can be used to
       locate the blob stored in the Cloud Storage bucket of the consumer project.
       
      string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for id.
    • getData

      com.google.protobuf.ByteString getData()
       Optional. The bytes of the blob is not present unless it's returned by the
       ReadTensorboardBlobData endpoint.
       
      bytes data = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The data.