- 0.79.0 (latest)
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.3.0
- 0.2.0
- 0.1.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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MonitoredProject.BuilderImplements
MonitoredProjectOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MonitoredProject.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MonitoredProject.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
MonitoredProject.Builder |
This builder for chaining. |