type google.golang.org/genproto/googleapis/logging/v2.loggingServiceV2Client

7 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging.pb.go#L1275: type loggingServiceV2Client struct {
		logging.pb.go#L1280: 	return &loggingServiceV2Client{cc}
		logging.pb.go#L1283: func (c *loggingServiceV2Client) DeleteLog(ctx context.Context, in *DeleteLogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
		logging.pb.go#L1292: func (c *loggingServiceV2Client) WriteLogEntries(ctx context.Context, in *WriteLogEntriesRequest, opts ...grpc.CallOption) (*WriteLogEntriesResponse, error) {
		logging.pb.go#L1301: func (c *loggingServiceV2Client) ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error) {
		logging.pb.go#L1310: func (c *loggingServiceV2Client) ListMonitoredResourceDescriptors(ctx context.Context, in *ListMonitoredResourceDescriptorsRequest, opts ...grpc.CallOption) (*ListMonitoredResourceDescriptorsResponse, error) {
		logging.pb.go#L1319: func (c *loggingServiceV2Client) ListLogs(ctx context.Context, in *ListLogsRequest, opts ...grpc.CallOption) (*ListLogsResponse, error) {