public static final class UpdateLogMetricRequest.Builder extends GeneratedMessage.Builder<UpdateLogMetricRequest.Builder> implements UpdateLogMetricRequestOrBuilderThe parameters to UpdateLogMetric.
Protobuf type google.logging.v2.UpdateLogMetricRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateLogMetricRequest.BuilderImplements
UpdateLogMetricRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateLogMetricRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest |
|
buildPartial()
public UpdateLogMetricRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest |
|
clear()
public UpdateLogMetricRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
clearMetric()
public UpdateLogMetricRequest.Builder clearMetric()Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
clearMetricName()
public UpdateLogMetricRequest.Builder clearMetricName()Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
name field must be the same as [METRIC_ID] If the metric
does not exist in [PROJECT_ID], then a new metric is created.
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpdateLogMetricRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetric()
public LogMetric getMetric()Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetric |
The metric. |
getMetricBuilder()
public LogMetric.Builder getMetricBuilder()Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetric.Builder |
|
getMetricName()
public String getMetricName()Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
name field must be the same as [METRIC_ID] If the metric
does not exist in [PROJECT_ID], then a new metric is created.
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The metricName. |
getMetricNameBytes()
public ByteString getMetricNameBytes()Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
name field must be the same as [METRIC_ID] If the metric
does not exist in [PROJECT_ID], then a new metric is created.
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metricName. |
getMetricOrBuilder()
public LogMetricOrBuilder getMetricOrBuilder()Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetricOrBuilder |
|
hasMetric()
public boolean hasMetric()Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metric field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateLogMetricRequest other)
public UpdateLogMetricRequest.Builder mergeFrom(UpdateLogMetricRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateLogMetricRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateLogMetricRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateLogMetricRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
mergeMetric(LogMetric value)
public UpdateLogMetricRequest.Builder mergeMetric(LogMetric value)Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LogMetric |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
setMetric(LogMetric value)
public UpdateLogMetricRequest.Builder setMetric(LogMetric value)Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LogMetric |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
setMetric(LogMetric.Builder builderForValue)
public UpdateLogMetricRequest.Builder setMetric(LogMetric.Builder builderForValue)Required. The updated metric.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LogMetric.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
|
setMetricName(String value)
public UpdateLogMetricRequest.Builder setMetricName(String value)Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
name field must be the same as [METRIC_ID] If the metric
does not exist in [PROJECT_ID], then a new metric is created.
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe metricName to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
This builder for chaining. |
setMetricNameBytes(ByteString value)
public UpdateLogMetricRequest.Builder setMetricNameBytes(ByteString value)Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
name field must be the same as [METRIC_ID] If the metric
does not exist in [PROJECT_ID], then a new metric is created.
string metric_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for metricName to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateLogMetricRequest.Builder |
This builder for chaining. |