Uses of Class
com.google.monitoring.v3.ListNotificationChannelsRequest
-
Packages that use ListNotificationChannelsRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListNotificationChannelsRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ListNotificationChannelsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse>
NotificationChannelServiceClient. listNotificationChannelsCallable()
Lists the notification channels that have been created for the project.com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelsRequest,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceClient. listNotificationChannelsPagedCallable()
Lists the notification channels that have been created for the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceSettings.Builder. listNotificationChannelsSettings()
Returns the builder for the settings used for calls to listNotificationChannels.com.google.api.gax.rpc.PagedCallSettings<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceSettings. listNotificationChannelsSettings()
Returns the object with the settings used for calls to listNotificationChannels.Methods in com.google.cloud.monitoring.v3 with parameters of type ListNotificationChannelsRequest Modifier and Type Method Description NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(ListNotificationChannelsRequest request)
Lists the notification channels that have been created for the project. -
Uses of ListNotificationChannelsRequest in com.google.cloud.monitoring.v3.stub
-
Uses of ListNotificationChannelsRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListNotificationChannelsRequest Modifier and Type Method Description ListNotificationChannelsRequest
ListNotificationChannelsRequest.Builder. build()
ListNotificationChannelsRequest
ListNotificationChannelsRequest.Builder. buildPartial()
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. getDefaultInstance()
ListNotificationChannelsRequest
ListNotificationChannelsRequest.Builder. getDefaultInstanceForType()
ListNotificationChannelsRequest
ListNotificationChannelsRequest. getDefaultInstanceForType()
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseDelimitedFrom(InputStream input)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(byte[] data)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(InputStream input)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(ByteBuffer data)
static ListNotificationChannelsRequest
ListNotificationChannelsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type ListNotificationChannelsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse>
NotificationChannelServiceGrpc. getListNotificationChannelsMethod()
com.google.protobuf.Parser<ListNotificationChannelsRequest>
ListNotificationChannelsRequest. getParserForType()
static com.google.protobuf.Parser<ListNotificationChannelsRequest>
ListNotificationChannelsRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type ListNotificationChannelsRequest Modifier and Type Method Description default void
NotificationChannelServiceGrpc.AsyncService. listNotificationChannels(ListNotificationChannelsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelsResponse> responseObserver)
Lists the notification channels that have been created for the project.ListNotificationChannelsResponse
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. listNotificationChannels(ListNotificationChannelsRequest request)
Lists the notification channels that have been created for the project.com.google.common.util.concurrent.ListenableFuture<ListNotificationChannelsResponse>
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. listNotificationChannels(ListNotificationChannelsRequest request)
Lists the notification channels that have been created for the project.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. listNotificationChannels(ListNotificationChannelsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelsResponse> responseObserver)
Lists the notification channels that have been created for the project.ListNotificationChannelsRequest.Builder
ListNotificationChannelsRequest.Builder. mergeFrom(ListNotificationChannelsRequest other)
static ListNotificationChannelsRequest.Builder
ListNotificationChannelsRequest. newBuilder(ListNotificationChannelsRequest prototype)
-