- 3.60.0 (latest)
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder extends GeneratedMessageV3.Builder<ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder> implements ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadataOrBuilder
All metadata of most recent monitoring pipelines.
Protobuf type
google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.BuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
build()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata build()
buildPartial()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata buildPartial()
clear()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clear()
clearField(Descriptors.FieldDescriptor field)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
clearOneof(Descriptors.OneofDescriptor oneof)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
clearRunTime()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clearRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
clearStatus()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clearStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
clone()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder clone()
getDefaultInstanceForType()
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRunTime()
public Timestamp getRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Type | Description |
Timestamp | The runTime. |
getRunTimeBuilder()
public Timestamp.Builder getRunTimeBuilder()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Type | Description |
Builder |
getRunTimeOrBuilder()
public TimestampOrBuilder getRunTimeOrBuilder()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Type | Description |
TimestampOrBuilder |
getStatus()
public Status getStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.Status | The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.StatusOrBuilder |
hasRunTime()
public boolean hasRunTime()
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Type | Description |
boolean | Whether the runTime field is set. |
hasStatus()
public boolean hasStatus()
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata other)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeFrom(ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata other)
Name | Description |
other | ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IOException |
mergeFrom(Message other)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
mergeRunTime(Timestamp value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeRunTime(Timestamp value)
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Name | Description |
value | Timestamp |
mergeStatus(Status value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeStatus(Status value)
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Name | Description |
value | com.google.rpc.Status |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
setField(Descriptors.FieldDescriptor field, Object value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
setRunTime(Timestamp value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setRunTime(Timestamp value)
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Name | Description |
value | Timestamp |
setRunTime(Timestamp.Builder builderForValue)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setRunTime(Timestamp.Builder builderForValue)
The time that most recent monitoring pipelines that is related to this run.
.google.protobuf.Timestamp run_time = 1;
Name | Description |
builderForValue | Builder |
setStatus(Status value)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setStatus(Status value)
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Name | Description |
value | com.google.rpc.Status |
setStatus(Status.Builder builderForValue)
public ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setStatus(Status.Builder builderForValue)
The status of the most recent monitoring pipeline.
.google.rpc.Status status = 2;
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ModelDeploymentMonitoringJob.LatestMonitoringPipelineMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |