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 GetNotificationRequest
GetNotificationRequest.Builder. build()
GetNotificationRequest
GetNotificationRequest.Builder. buildPartial()
static GetNotificationRequest
GetNotificationRequest. getDefaultInstance()
GetNotificationRequest
GetNotificationRequest.Builder. getDefaultInstanceForType()
GetNotificationRequest
GetNotificationRequest. getDefaultInstanceForType()
static GetNotificationRequest
GetNotificationRequest. parseDelimitedFrom(InputStream input)
static GetNotificationRequest
GetNotificationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationRequest
GetNotificationRequest. parseFrom(byte[] data)
static GetNotificationRequest
GetNotificationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationRequest
GetNotificationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNotificationRequest
GetNotificationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationRequest
GetNotificationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNotificationRequest
GetNotificationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationRequest
GetNotificationRequest. parseFrom(InputStream input)
static GetNotificationRequest
GetNotificationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationRequest
GetNotificationRequest. parseFrom(ByteBuffer data)
static GetNotificationRequest
GetNotificationRequest. 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 Notification
AdvisoryNotificationsServiceClient. getNotification(GetNotificationRequest request)
Gets a notification.Notification
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub. getNotification(GetNotificationRequest request)
Gets a notification.com.google.common.util.concurrent.ListenableFuture<Notification>
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub. getNotification(GetNotificationRequest request)
Gets a notification.void
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.default void
AdvisoryNotificationsServiceGrpc.AsyncService. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.GetNotificationRequest.Builder
GetNotificationRequest.Builder. mergeFrom(GetNotificationRequest other)
static GetNotificationRequest.Builder
GetNotificationRequest. 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.
-