Class MonitoredProject.Builder (0.79.0)

public static final class MonitoredProject.Builder extends GeneratedMessage.Builder<MonitoredProject.Builder> implements MonitoredProjectOrBuilder

A project being monitored by a Metrics Scope.

Protobuf type google.monitoring.metricsscope.v1.MonitoredProject

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MonitoredProject build()
Returns
Type Description
MonitoredProject

buildPartial()

public MonitoredProject buildPartial()
Returns
Type Description
MonitoredProject

clear()

public MonitoredProject.Builder clear()
Returns
Type Description
MonitoredProject.Builder
Overrides

clearCreateTime()

public MonitoredProject.Builder clearCreateTime()

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MonitoredProject.Builder

clearName()

public MonitoredProject.Builder clearName()

Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
MonitoredProject.Builder

This builder for chaining.

getCreateTime()

public Timestamp getCreateTime()

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public MonitoredProject getDefaultInstanceForType()
Returns
Type Description
MonitoredProject

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for name.

hasCreateTime()

public boolean hasCreateTime()

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public MonitoredProject.Builder mergeCreateTime(Timestamp value)

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
MonitoredProject.Builder

mergeFrom(MonitoredProject other)

public MonitoredProject.Builder mergeFrom(MonitoredProject other)
Parameter
Name Description
other MonitoredProject
Returns
Type Description
MonitoredProject.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MonitoredProject.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonitoredProject.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MonitoredProject.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MonitoredProject.Builder
Overrides

setCreateTime(Timestamp value)

public MonitoredProject.Builder setCreateTime(Timestamp value)

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
MonitoredProject.Builder

setCreateTime(Timestamp.Builder builderForValue)

public MonitoredProject.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time when this MonitoredProject was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
MonitoredProject.Builder

setName(String value)

public MonitoredProject.Builder setName(String value)

Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
MonitoredProject.Builder

This builder for chaining.

setNameBytes(ByteString value)

public MonitoredProject.Builder setNameBytes(ByteString value)

Immutable. The resource name of the MonitoredProject. On input, the resource name includes the scoping project ID and monitored project ID. On output, it contains the equivalent project numbers. Example: locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
MonitoredProject.Builder

This builder for chaining.