Uses of Class
com.google.cloud.advisorynotifications.v1.GetNotificationRequest
-
Packages that use GetNotificationRequest Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications APIcom.google.cloud.advisorynotifications.v1.stub -
-
Uses of GetNotificationRequest in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return GetNotificationRequest Modifier and Type Method Description GetNotificationRequestGetNotificationRequest.Builder. build()GetNotificationRequestGetNotificationRequest.Builder. buildPartial()static GetNotificationRequestGetNotificationRequest. getDefaultInstance()GetNotificationRequestGetNotificationRequest.Builder. getDefaultInstanceForType()GetNotificationRequestGetNotificationRequest. getDefaultInstanceForType()static GetNotificationRequestGetNotificationRequest. parseDelimitedFrom(InputStream input)static GetNotificationRequestGetNotificationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationRequestGetNotificationRequest. parseFrom(byte[] data)static GetNotificationRequestGetNotificationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationRequestGetNotificationRequest. parseFrom(com.google.protobuf.ByteString data)static GetNotificationRequestGetNotificationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationRequestGetNotificationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNotificationRequestGetNotificationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationRequestGetNotificationRequest. parseFrom(InputStream input)static GetNotificationRequestGetNotificationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationRequestGetNotificationRequest. parseFrom(ByteBuffer data)static GetNotificationRequestGetNotificationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type GetNotificationRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationRequest,Notification>AdvisoryNotificationsServiceGrpc. getGetNotificationMethod()com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>AdvisoryNotificationsServiceClient. getNotificationCallable()Gets a notification.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationRequest,Notification>AdvisoryNotificationsServiceSettings.Builder. getNotificationSettings()Returns the builder for the settings used for calls to getNotification.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationRequest,Notification>AdvisoryNotificationsServiceSettings. getNotificationSettings()Returns the object with the settings used for calls to getNotification.com.google.protobuf.Parser<GetNotificationRequest>GetNotificationRequest. getParserForType()static com.google.protobuf.Parser<GetNotificationRequest>GetNotificationRequest. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type GetNotificationRequest Modifier and Type Method Description NotificationAdvisoryNotificationsServiceClient. getNotification(GetNotificationRequest request)Gets a notification.NotificationAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub. getNotification(GetNotificationRequest request)Gets a notification.com.google.common.util.concurrent.ListenableFuture<Notification>AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub. getNotification(GetNotificationRequest request)Gets a notification.voidAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)Gets a notification.default voidAdvisoryNotificationsServiceGrpc.AsyncService. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)Gets a notification.GetNotificationRequest.BuilderGetNotificationRequest.Builder. mergeFrom(GetNotificationRequest other)static GetNotificationRequest.BuilderGetNotificationRequest. newBuilder(GetNotificationRequest prototype) -
Uses of GetNotificationRequest in com.google.cloud.advisorynotifications.v1.stub
Methods in com.google.cloud.advisorynotifications.v1.stub that return types with arguments of type GetNotificationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>GrpcAdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>HttpJsonAdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStubSettings.Builder. getNotificationSettings()Returns the builder for the settings used for calls to getNotification.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStubSettings. getNotificationSettings()Returns the object with the settings used for calls to getNotification.
-