public static final class GetSnoozeRequest.Builder extends GeneratedMessage.Builder<GetSnoozeRequest.Builder> implements GetSnoozeRequestOrBuilder The message definition for retrieving a Snooze. Users must specify the
field, name, which identifies the Snooze.
Protobuf type google.monitoring.v3.GetSnoozeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetSnoozeRequest.BuilderImplements
GetSnoozeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetSnoozeRequest build()| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest |
|
buildPartial()
public GetSnoozeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest |
|
clear()
public GetSnoozeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
|
clearName()
public GetSnoozeRequest.Builder clearName() Required. The ID of the Snooze to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetSnoozeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The ID of the Snooze to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The ID of the Snooze to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
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(GetSnoozeRequest other)
public GetSnoozeRequest.Builder mergeFrom(GetSnoozeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSnoozeRequest |
| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSnoozeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetSnoozeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
|
setName(String value)
public GetSnoozeRequest.Builder setName(String value) Required. The ID of the Snooze to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetSnoozeRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetSnoozeRequest.Builder setNameBytes(ByteString value) Required. The ID of the Snooze to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
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 |
GetSnoozeRequest.Builder |
This builder for chaining. |