Interface ReadTensorboardSizeRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.

    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

    • getTensorboard

      String getTensorboard()
       Required. The name of the Tensorboard resource.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
       
      string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The tensorboard.
    • getTensorboardBytes

      com.google.protobuf.ByteString getTensorboardBytes()
       Required. The name of the Tensorboard resource.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
       
      string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for tensorboard.