public static final class CreateLogMetricRequest.Builder extends GeneratedMessage.Builder<CreateLogMetricRequest.Builder> implements CreateLogMetricRequestOrBuilderThe parameters to CreateLogMetric.
Protobuf type google.logging.v2.CreateLogMetricRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateLogMetricRequest.BuilderImplements
CreateLogMetricRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateLogMetricRequest build()| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest |
|
buildPartial()
public CreateLogMetricRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest |
|
clear()
public CreateLogMetricRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
clearMetric()
public CreateLogMetricRequest.Builder clearMetric()Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
clearParent()
public CreateLogMetricRequest.Builder clearParent()Required. The resource name of the project in which to create the metric:
"projects/[PROJECT_ID]"
The new metric must be provided in the request.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateLogMetricRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetric()
public LogMetric getMetric()Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetric |
The metric. |
getMetricBuilder()
public LogMetric.Builder getMetricBuilder()Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetric.Builder |
|
getMetricOrBuilder()
public LogMetricOrBuilder getMetricOrBuilder()Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LogMetricOrBuilder |
|
getParent()
public String getParent()Required. The resource name of the project in which to create the metric:
"projects/[PROJECT_ID]"
The new metric must be provided in the request.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The resource name of the project in which to create the metric:
"projects/[PROJECT_ID]"
The new metric must be provided in the request.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasMetric()
public boolean hasMetric()Required. The new logs-based metric, which must not have an identifier that already exists.
.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(CreateLogMetricRequest other)
public CreateLogMetricRequest.Builder mergeFrom(CreateLogMetricRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateLogMetricRequest |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateLogMetricRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateLogMetricRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
mergeMetric(LogMetric value)
public CreateLogMetricRequest.Builder mergeMetric(LogMetric value)Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LogMetric |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
setMetric(LogMetric value)
public CreateLogMetricRequest.Builder setMetric(LogMetric value)Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LogMetric |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
setMetric(LogMetric.Builder builderForValue)
public CreateLogMetricRequest.Builder setMetric(LogMetric.Builder builderForValue)Required. The new logs-based metric, which must not have an identifier that already exists.
.google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LogMetric.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
|
setParent(String value)
public CreateLogMetricRequest.Builder setParent(String value)Required. The resource name of the project in which to create the metric:
"projects/[PROJECT_ID]"
The new metric must be provided in the request.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateLogMetricRequest.Builder setParentBytes(ByteString value)Required. The resource name of the project in which to create the metric:
"projects/[PROJECT_ID]"
The new metric must be provided in the request.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateLogMetricRequest.Builder |
This builder for chaining. |