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.ListNotificationChannelsPagedResponseNotificationChannelServiceClient. 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 ListNotificationChannelsRequestListNotificationChannelsRequest.Builder. build()ListNotificationChannelsRequestListNotificationChannelsRequest.Builder. buildPartial()static ListNotificationChannelsRequestListNotificationChannelsRequest. getDefaultInstance()ListNotificationChannelsRequestListNotificationChannelsRequest.Builder. getDefaultInstanceForType()ListNotificationChannelsRequestListNotificationChannelsRequest. getDefaultInstanceForType()static ListNotificationChannelsRequestListNotificationChannelsRequest. parseDelimitedFrom(InputStream input)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(byte[] data)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(com.google.protobuf.ByteString data)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(InputStream input)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelsRequestListNotificationChannelsRequest. parseFrom(ByteBuffer data)static ListNotificationChannelsRequestListNotificationChannelsRequest. 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 voidNotificationChannelServiceGrpc.AsyncService. listNotificationChannels(ListNotificationChannelsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelsResponse> responseObserver)Lists the notification channels that have been created for the project.ListNotificationChannelsResponseNotificationChannelServiceGrpc.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.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. listNotificationChannels(ListNotificationChannelsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelsResponse> responseObserver)Lists the notification channels that have been created for the project.ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest.Builder. mergeFrom(ListNotificationChannelsRequest other)static ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest. newBuilder(ListNotificationChannelsRequest prototype)
-