public static final class DeleteMonitoredProjectRequest.Builder extends GeneratedMessage.Builder<DeleteMonitoredProjectRequest.Builder> implements DeleteMonitoredProjectRequestOrBuilder Request for the DeleteMonitoredProject method.
Protobuf type google.monitoring.metricsscope.v1.DeleteMonitoredProjectRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteMonitoredProjectRequest.BuilderImplements
DeleteMonitoredProjectRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteMonitoredProjectRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest |
|
buildPartial()
public DeleteMonitoredProjectRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest |
|
clear()
public DeleteMonitoredProjectRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
|
clearName()
public DeleteMonitoredProjectRequest.Builder clearName() Required. The resource name of the MonitoredProject.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Authorization requires the following Google
IAM permissions on both the Metrics Scope
and on the MonitoredProject: monitoring.metricsScopes.link
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteMonitoredProjectRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The resource name of the MonitoredProject.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Authorization requires the following Google
IAM permissions on both the Metrics Scope
and on the MonitoredProject: monitoring.metricsScopes.link
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name of the MonitoredProject.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Authorization requires the following Google
IAM permissions on both the Metrics Scope
and on the MonitoredProject: monitoring.metricsScopes.link
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteMonitoredProjectRequest other)
public DeleteMonitoredProjectRequest.Builder mergeFrom(DeleteMonitoredProjectRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteMonitoredProjectRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteMonitoredProjectRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteMonitoredProjectRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
|
setName(String value)
public DeleteMonitoredProjectRequest.Builder setName(String value) Required. The resource name of the MonitoredProject.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Authorization requires the following Google
IAM permissions on both the Metrics Scope
and on the MonitoredProject: monitoring.metricsScopes.link
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteMonitoredProjectRequest.Builder setNameBytes(ByteString value) Required. The resource name of the MonitoredProject.
Example:
locations/global/metricsScopes/{SCOPING_PROJECT_ID_OR_NUMBER}/projects/{MONITORED_PROJECT_ID_OR_NUMBER}
Authorization requires the following Google
IAM permissions on both the Metrics Scope
and on the MonitoredProject: monitoring.metricsScopes.link
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteMonitoredProjectRequest.Builder |
This builder for chaining. |