Class ReadTensorboardBlobDataRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
com.google.cloud.aiplatform.v1.ReadTensorboardBlobDataRequest.Builder
All Implemented Interfaces:
ReadTensorboardBlobDataRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ReadTensorboardBlobDataRequest

public static final class ReadTensorboardBlobDataRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReadTensorboardBlobDataRequest.Builder> implements ReadTensorboardBlobDataRequestOrBuilder
 Request message for
 [TensorboardService.ReadTensorboardBlobData][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardBlobData].
 
Protobuf type google.cloud.aiplatform.v1.ReadTensorboardBlobDataRequest
  • 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.Builder<ReadTensorboardBlobDataRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
    • getDefaultInstanceForType

      public ReadTensorboardBlobDataRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ReadTensorboardBlobDataRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ReadTensorboardBlobDataRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
    • mergeFrom

      public ReadTensorboardBlobDataRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadTensorboardBlobDataRequest.Builder>
      Throws:
      IOException
    • getTimeSeries

      public String getTimeSeries()
       Required. The resource name of the TensorboardTimeSeries to list Blobs.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
       
      string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getTimeSeries in interface ReadTensorboardBlobDataRequestOrBuilder
      Returns:
      The timeSeries.
    • getTimeSeriesBytes

      public com.google.protobuf.ByteString getTimeSeriesBytes()
       Required. The resource name of the TensorboardTimeSeries to list Blobs.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
       
      string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getTimeSeriesBytes in interface ReadTensorboardBlobDataRequestOrBuilder
      Returns:
      The bytes for timeSeries.
    • setTimeSeries

      public ReadTensorboardBlobDataRequest.Builder setTimeSeries(String value)
       Required. The resource name of the TensorboardTimeSeries to list Blobs.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
       
      string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The timeSeries to set.
      Returns:
      This builder for chaining.
    • clearTimeSeries

      public ReadTensorboardBlobDataRequest.Builder clearTimeSeries()
       Required. The resource name of the TensorboardTimeSeries to list Blobs.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
       
      string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setTimeSeriesBytes

      public ReadTensorboardBlobDataRequest.Builder setTimeSeriesBytes(com.google.protobuf.ByteString value)
       Required. The resource name of the TensorboardTimeSeries to list Blobs.
       Format:
       `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
       
      string time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for timeSeries to set.
      Returns:
      This builder for chaining.
    • getBlobIdsList

      public com.google.protobuf.ProtocolStringList getBlobIdsList()
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Specified by:
      getBlobIdsList in interface ReadTensorboardBlobDataRequestOrBuilder
      Returns:
      A list containing the blobIds.
    • getBlobIdsCount

      public int getBlobIdsCount()
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Specified by:
      getBlobIdsCount in interface ReadTensorboardBlobDataRequestOrBuilder
      Returns:
      The count of blobIds.
    • getBlobIds

      public String getBlobIds(int index)
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Specified by:
      getBlobIds in interface ReadTensorboardBlobDataRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The blobIds at the given index.
    • getBlobIdsBytes

      public com.google.protobuf.ByteString getBlobIdsBytes(int index)
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Specified by:
      getBlobIdsBytes in interface ReadTensorboardBlobDataRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the blobIds at the given index.
    • setBlobIds

      public ReadTensorboardBlobDataRequest.Builder setBlobIds(int index, String value)
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Parameters:
      index - The index to set the value at.
      value - The blobIds to set.
      Returns:
      This builder for chaining.
    • addBlobIds

       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Parameters:
      value - The blobIds to add.
      Returns:
      This builder for chaining.
    • addAllBlobIds

      public ReadTensorboardBlobDataRequest.Builder addAllBlobIds(Iterable<String> values)
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Parameters:
      values - The blobIds to add.
      Returns:
      This builder for chaining.
    • clearBlobIds

       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Returns:
      This builder for chaining.
    • addBlobIdsBytes

      public ReadTensorboardBlobDataRequest.Builder addBlobIdsBytes(com.google.protobuf.ByteString value)
       IDs of the blobs to read.
       
      repeated string blob_ids = 2;
      Parameters:
      value - The bytes of the blobIds to add.
      Returns:
      This builder for chaining.