- 3.53.0 (latest)
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public static final class ListNotificationChannelDescriptorsRequest.Builder extends GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder> implements ListNotificationChannelDescriptorsRequestOrBuilder
The ListNotificationChannelDescriptors
request.
Protobuf type google.monitoring.v3.ListNotificationChannelDescriptorsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListNotificationChannelDescriptorsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListNotificationChannelDescriptorsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
build()
public ListNotificationChannelDescriptorsRequest build()
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest |
buildPartial()
public ListNotificationChannelDescriptorsRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest |
clear()
public ListNotificationChannelDescriptorsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListNotificationChannelDescriptorsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
clearName()
public ListNotificationChannelDescriptorsRequest.Builder clearName()
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListNotificationChannelDescriptorsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
clearPageSize()
public ListNotificationChannelDescriptorsRequest.Builder clearPageSize()
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListNotificationChannelDescriptorsRequest.Builder clearPageToken()
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
clone()
public ListNotificationChannelDescriptorsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
getDefaultInstanceForType()
public ListNotificationChannelDescriptorsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPageSize()
public int getPageSize()
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
string page_token = 3;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListNotificationChannelDescriptorsRequest other)
public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(ListNotificationChannelDescriptorsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListNotificationChannelDescriptorsRequest |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListNotificationChannelDescriptorsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListNotificationChannelDescriptorsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
setName(String value)
public ListNotificationChannelDescriptorsRequest.Builder setName(String value)
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ListNotificationChannelDescriptorsRequest.Builder setNameBytes(ByteString value)
Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListNotificationChannelDescriptorsRequest.Builder setPageSize(int value)
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListNotificationChannelDescriptorsRequest.Builder setPageToken(String value)
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListNotificationChannelDescriptorsRequest.Builder setPageTokenBytes(ByteString value)
If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListNotificationChannelDescriptorsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListNotificationChannelDescriptorsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListNotificationChannelDescriptorsRequest.Builder |