| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationChannel.Builder.build() |
NotificationChannel |
NotificationChannel.Builder.buildPartial() |
static NotificationChannel |
NotificationChannel.getDefaultInstance() |
NotificationChannel |
NotificationChannel.getDefaultInstanceForType() |
NotificationChannel |
NotificationChannel.Builder.getDefaultInstanceForType() |
NotificationChannel |
UpdateNotificationChannelRequest.getNotificationChannel()
Required.
|
NotificationChannel |
UpdateNotificationChannelRequest.Builder.getNotificationChannel()
Required.
|
NotificationChannel |
UpdateNotificationChannelRequestOrBuilder.getNotificationChannel()
Required.
|
NotificationChannel |
CreateNotificationChannelRequestOrBuilder.getNotificationChannel()
Required.
|
NotificationChannel |
CreateNotificationChannelRequest.getNotificationChannel()
Required.
|
NotificationChannel |
CreateNotificationChannelRequest.Builder.getNotificationChannel()
Required.
|
NotificationChannel |
ListNotificationChannelsResponse.getNotificationChannels(int index)
The notification channels defined for the specified project.
|
NotificationChannel |
ListNotificationChannelsResponse.Builder.getNotificationChannels(int index)
The notification channels defined for the specified project.
|
NotificationChannel |
ListNotificationChannelsResponseOrBuilder.getNotificationChannels(int index)
The notification channels defined for the specified project.
|
static NotificationChannel |
NotificationChannel.parseDelimitedFrom(InputStream input) |
static NotificationChannel |
NotificationChannel.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationChannel |
NotificationChannel.parseFrom(byte[] data) |
static NotificationChannel |
NotificationChannel.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationChannel |
NotificationChannel.parseFrom(ByteBuffer data) |
static NotificationChannel |
NotificationChannel.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationChannel |
NotificationChannel.parseFrom(com.google.protobuf.ByteString data) |
static NotificationChannel |
NotificationChannel.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationChannel |
NotificationChannel.parseFrom(com.google.protobuf.CodedInputStream input) |
static NotificationChannel |
NotificationChannel.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotificationChannel |
NotificationChannel.parseFrom(InputStream input) |
static NotificationChannel |
NotificationChannel.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationChannel> |
ListNotificationChannelsResponse.getNotificationChannelsList()
The notification channels defined for the specified project.
|
List<NotificationChannel> |
ListNotificationChannelsResponse.Builder.getNotificationChannelsList()
The notification channels defined for the specified project.
|
List<NotificationChannel> |
ListNotificationChannelsResponseOrBuilder.getNotificationChannelsList()
The notification channels defined for the specified project.
|
com.google.protobuf.Parser<NotificationChannel> |
NotificationChannel.getParserForType() |
static com.google.protobuf.Parser<NotificationChannel> |
NotificationChannel.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.addNotificationChannels(int index,
NotificationChannel value)
The notification channels defined for the specified project.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.addNotificationChannels(NotificationChannel value)
The notification channels defined for the specified project.
|
NotificationChannel.Builder |
NotificationChannel.Builder.mergeFrom(NotificationChannel other) |
UpdateNotificationChannelRequest.Builder |
UpdateNotificationChannelRequest.Builder.mergeNotificationChannel(NotificationChannel value)
Required.
|
CreateNotificationChannelRequest.Builder |
CreateNotificationChannelRequest.Builder.mergeNotificationChannel(NotificationChannel value)
Required.
|
static NotificationChannel.Builder |
NotificationChannel.newBuilder(NotificationChannel prototype) |
UpdateNotificationChannelRequest.Builder |
UpdateNotificationChannelRequest.Builder.setNotificationChannel(NotificationChannel value)
Required.
|
CreateNotificationChannelRequest.Builder |
CreateNotificationChannelRequest.Builder.setNotificationChannel(NotificationChannel value)
Required.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.setNotificationChannels(int index,
NotificationChannel value)
The notification channels defined for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.addAllNotificationChannels(Iterable<? extends NotificationChannel> values)
The notification channels defined for the specified project.
|
Copyright © 2024 Google LLC. All rights reserved.