Uses of Class
com.google.monitoring.v3.GetNotificationChannelDescriptorRequest
-
Packages that use GetNotificationChannelDescriptorRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetNotificationChannelDescriptorRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetNotificationChannelDescriptorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceClient. getNotificationChannelDescriptorCallable()Gets a single channel descriptor.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceSettings.Builder. getNotificationChannelDescriptorSettings()Returns the builder for the settings used for calls to getNotificationChannelDescriptor.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceSettings. getNotificationChannelDescriptorSettings()Returns the object with the settings used for calls to getNotificationChannelDescriptor.Methods in com.google.cloud.monitoring.v3 with parameters of type GetNotificationChannelDescriptorRequest Modifier and Type Method Description NotificationChannelDescriptorNotificationChannelServiceClient. getNotificationChannelDescriptor(GetNotificationChannelDescriptorRequest request)Gets a single channel descriptor. -
Uses of GetNotificationChannelDescriptorRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GetNotificationChannelDescriptorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>GrpcNotificationChannelServiceStub. getNotificationChannelDescriptorCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceStub. getNotificationChannelDescriptorCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceStubSettings.Builder. getNotificationChannelDescriptorSettings()Returns the builder for the settings used for calls to getNotificationChannelDescriptor.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceStubSettings. getNotificationChannelDescriptorSettings()Returns the object with the settings used for calls to getNotificationChannelDescriptor. -
Uses of GetNotificationChannelDescriptorRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetNotificationChannelDescriptorRequest Modifier and Type Method Description GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest.Builder. build()GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest.Builder. buildPartial()static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. getDefaultInstance()GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest.Builder. getDefaultInstanceForType()GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. getDefaultInstanceForType()static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseDelimitedFrom(InputStream input)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(byte[] data)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(com.google.protobuf.ByteString data)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(InputStream input)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(ByteBuffer data)static GetNotificationChannelDescriptorRequestGetNotificationChannelDescriptorRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type GetNotificationChannelDescriptorRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>NotificationChannelServiceGrpc. getGetNotificationChannelDescriptorMethod()com.google.protobuf.Parser<GetNotificationChannelDescriptorRequest>GetNotificationChannelDescriptorRequest. getParserForType()static com.google.protobuf.Parser<GetNotificationChannelDescriptorRequest>GetNotificationChannelDescriptorRequest. parser()Methods in com.google.monitoring.v3 with parameters of type GetNotificationChannelDescriptorRequest Modifier and Type Method Description default voidNotificationChannelServiceGrpc.AsyncService. getNotificationChannelDescriptor(GetNotificationChannelDescriptorRequest request, io.grpc.stub.StreamObserver<NotificationChannelDescriptor> responseObserver)Gets a single channel descriptor.NotificationChannelDescriptorNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. getNotificationChannelDescriptor(GetNotificationChannelDescriptorRequest request)Gets a single channel descriptor.com.google.common.util.concurrent.ListenableFuture<NotificationChannelDescriptor>NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. getNotificationChannelDescriptor(GetNotificationChannelDescriptorRequest request)Gets a single channel descriptor.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. getNotificationChannelDescriptor(GetNotificationChannelDescriptorRequest request, io.grpc.stub.StreamObserver<NotificationChannelDescriptor> responseObserver)Gets a single channel descriptor.GetNotificationChannelDescriptorRequest.BuilderGetNotificationChannelDescriptorRequest.Builder. mergeFrom(GetNotificationChannelDescriptorRequest other)static GetNotificationChannelDescriptorRequest.BuilderGetNotificationChannelDescriptorRequest. newBuilder(GetNotificationChannelDescriptorRequest prototype)
-