public static final class TimeSeriesData.Builder extends GeneratedMessageV3.Builder<TimeSeriesData.Builder> implements TimeSeriesDataOrBuilder
All the data stored in a TensorboardTimeSeries.
Protobuf type google.cloud.aiplatform.v1.TimeSeriesData
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public TimeSeriesData.Builder addAllValues(Iterable<? extends TimeSeriesDataPoint> values)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.TimeSeriesDataPoint>
|
public TimeSeriesData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TimeSeriesData.Builder addValues(TimeSeriesDataPoint value)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder addValues(TimeSeriesDataPoint.Builder builderForValue)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder addValues(int index, TimeSeriesDataPoint value)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder addValues(int index, TimeSeriesDataPoint.Builder builderForValue)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesDataPoint.Builder addValuesBuilder()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesDataPoint.Builder addValuesBuilder(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public TimeSeriesData build()
public TimeSeriesData buildPartial()
public TimeSeriesData.Builder clear()
Overrides
public TimeSeriesData.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public TimeSeriesData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public TimeSeriesData.Builder clearTensorboardTimeSeriesId()
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder clearValueType()
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
public TimeSeriesData.Builder clearValues()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder clone()
Overrides
public TimeSeriesData getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getTensorboardTimeSeriesId()
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The tensorboardTimeSeriesId.
|
public ByteString getTensorboardTimeSeriesIdBytes()
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for tensorboardTimeSeriesId.
|
public TensorboardTimeSeries.ValueType getValueType()
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
public int getValueTypeValue()
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for valueType.
|
public TimeSeriesDataPoint getValues(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public TimeSeriesDataPoint.Builder getValuesBuilder(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<TimeSeriesDataPoint.Builder> getValuesBuilderList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public int getValuesCount()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
public List<TimeSeriesDataPoint> getValuesList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesDataPointOrBuilder getValuesOrBuilder(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends TimeSeriesDataPointOrBuilder> getValuesOrBuilderList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TimeSeriesDataPointOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TimeSeriesData.Builder mergeFrom(TimeSeriesData other)
public TimeSeriesData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TimeSeriesData.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final TimeSeriesData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public TimeSeriesData.Builder removeValues(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public TimeSeriesData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TimeSeriesData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public TimeSeriesData.Builder setTensorboardTimeSeriesId(String value)
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The tensorboardTimeSeriesId to set.
|
public TimeSeriesData.Builder setTensorboardTimeSeriesIdBytes(ByteString value)
Required. The ID of the TensorboardTimeSeries, which will become the final
component of the TensorboardTimeSeries' resource name
string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for tensorboardTimeSeriesId to set.
|
public final TimeSeriesData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public TimeSeriesData.Builder setValueType(TensorboardTimeSeries.ValueType value)
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
public TimeSeriesData.Builder setValueTypeValue(int value)
Required. Immutable. The value type of this time series. All the values in
this time series data must match this value type.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for valueType to set.
|
public TimeSeriesData.Builder setValues(int index, TimeSeriesDataPoint value)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
public TimeSeriesData.Builder setValues(int index, TimeSeriesDataPoint.Builder builderForValue)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];