Class ReadTensorboardBlobDataRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public ReadTensorboardBlobDataRequest 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadTensorboardBlobDataRequest.Builder>
      • 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.
      • 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

        public ReadTensorboardBlobDataRequest.Builder addBlobIds​(String value)
         IDs of the blobs to read.
         
        repeated string blob_ids = 2;
        Parameters:
        value - The blobIds to add.
        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.